#72310B

Color #72310B Peru Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru Tan #72310B

Tints of Peru Tan #72310B

Color information

#72310B (or 0x72310B) is unknown color: approx Peru Tan. HEX triplet: 72, 31 and 0B. RGB value is (114,49,11). Sum of RGB (Red+Green+Blue) = 114+49+11=174 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.52% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 114 - color contains mainly: red. Hex color #72310B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72310B is #8DCEF4. Grayscale: #404040. Windows color (decimal): -9293557 or 733554. OLE color: 733554.

HSL color Cylindrical-coordinate representation of color #72310B: hue angle of 22.14º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72310B is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1144911-
CMYK00.570.900.55
HSL22.14º82.4%24.51%-
HSV(B)22.14º90.35%44.71%-
XYZ8.15.81.01-
YUV64.198.03163.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 65.52%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 11 (4.69% from 255) = 6.32%
R=65.52%
G=28.16%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114491100.570.900.5522.1482.424.51
Hex7231B0395A37165219
Octal1626113071132672612231
Binary111001011000110110111001101101011011110110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72310B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72310B; }

 p { color: rgb(114,49,11); }

 H1.HeaderClassName
 {
   color: #72310B;
 }
 .AnyTagClassName
 {
   color: #72310B;
 }
</style>
background-color css

<style>
 a { background-color: #72310B; }

 a { background-color: rgb(114,49,11); }

 div.DivClassName
 {
   background-color: #72310B;
 }
 .BgClassName
 {
   background-color: #72310B;
 }
</style>
border-color css

<style>
 span { border-color: #72310B; }

 span { border-color: rgb(114,49,11); }

 td.TdClassName
 {
   border-color: #72310B;
 }
 .TagClassName
 {
   border-color: #72310B;
 }
</style>