#72370B

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

Shades of Peru Tan #72370B

Tints of Peru Tan #72370B

Color information

#72370B (or 0x72370B) is unknown color: approx Peru Tan. HEX triplet: 72, 37 and 0B. RGB value is (114,55,11). Sum of RGB (Red+Green+Blue) = 114+55+11=180 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 114 - color contains mainly: red. Hex color #72370B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72370B is #8DC8F4. Grayscale: #434343. Windows color (decimal): -9292021 or 735090. OLE color: 735090.

HSL color Cylindrical-coordinate representation of color #72370B: hue angle of 25.63º 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 #72370B is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1145511-
CMYK00.520.900.55
HSL25.63º82.4%24.51%-
HSV(B)25.63º90.35%44.71%-
XYZ8.376.331.1-
YUV67.6296.05161.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.33%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 11 (4.69% from 255) = 6.11%
R=63.33%
G=30.56%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114551100.520.900.5525.6382.424.51
Hex7237B0345A371a5219
Octal1626713064132673212231
Binary111001011011110110110100101101011011111010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72370B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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