#72360F

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

Shades of Peru Tan #72360F

Tints of Peru Tan #72360F

Color information

#72360F (or 0x72360F) is unknown color: approx Peru Tan. HEX triplet: 72, 36 and 0F. RGB value is (114,54,15). Sum of RGB (Red+Green+Blue) = 114+54+15=183 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.30% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 114 - color contains mainly: red. Hex color #72360F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72360F is #8DC9F0. Grayscale: #434343. Windows color (decimal): -9292273 or 996978. OLE color: 996978.

HSL color Cylindrical-coordinate representation of color #72360F: hue angle of 23.64º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72360F is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB1145415-
CMYK00.530.870.55
HSL23.64º76.74%25.29%-
HSV(B)23.64º86.84%44.71%-
XYZ8.346.251.22-
YUV67.4998.38161.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.30%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=62.30%
G=29.51%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114541500.530.870.5523.6476.7425.29
Hex7236F0355737184d19
Octal1626617065127673011531
Binary111001011011011110110101101011111011111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72360F; }

 p { color: rgb(114,54,15); }

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

<style>
 a { background-color: #72360F; }

 a { background-color: rgb(114,54,15); }

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

<style>
 span { border-color: #72360F; }

 span { border-color: rgb(114,54,15); }

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