#72360A

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

Shades of Peru Tan #72360A

Tints of Peru Tan #72360A

Color information

#72360A (or 0x72360A) is unknown color: approx Peru Tan. HEX triplet: 72, 36 and 0A. RGB value is (114,54,10). Sum of RGB (Red+Green+Blue) = 114+54+10=178 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.04% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 114 - color contains mainly: red. Hex color #72360A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72360A is #8DC9F5. Grayscale: #434343. Windows color (decimal): -9292278 or 669298. OLE color: 669298.

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

Color convert

RGB1145410-
CMYK00.530.910.55
HSL25.38º83.87%24.31%-
HSV(B)25.38º91.23%44.71%-
XYZ8.316.241.05-
YUV66.9295.88161.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.04%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=64.04%
G=30.34%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114541000.530.910.5525.3883.8724.31
Hex7236A0355B37195418
Octal1626612065133673112430
Binary111001011011010100110101101101111011111001101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72360A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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