#72330C

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

Shades of Peru Tan #72330C

Tints of Peru Tan #72330C

Color information

#72330C (or 0x72330C) is unknown color: approx Peru Tan. HEX triplet: 72, 33 and 0C. RGB value is (114,51,12). Sum of RGB (Red+Green+Blue) = 114+51+12=177 (23% of max value = 765). Red value is 114 (44.92% from 255 or 64.41% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 114 - color contains mainly: red. Hex color #72330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72330C is #8DCCF3. Grayscale: #414141. Windows color (decimal): -9293044 or 799602. OLE color: 799602.

HSL color Cylindrical-coordinate representation of color #72330C: hue angle of 22.94º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #72330C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1145112-
CMYK00.550.890.55
HSL22.94º80.95%24.71%-
HSV(B)22.94º89.47%44.71%-
XYZ8.195.971.07-
YUV65.3997.87162.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 64.41%
GREEN value IS 51 (20.31% from 255) = 28.81%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=64.41%
G=28.81%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114511200.550.890.5522.9480.9524.71
Hex7233C0375937175119
Octal1626314067131672712131
Binary111001011001111000110111101100111011110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72330C; }

 p { color: rgb(114,51,12); }

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

<style>
 a { background-color: #72330C; }

 a { background-color: rgb(114,51,12); }

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

<style>
 span { border-color: #72330C; }

 span { border-color: rgb(114,51,12); }

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