#72330A

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

Shades of Peru Tan #72330A

Tints of Peru Tan #72330A

Color information

#72330A (or 0x72330A) is unknown color: approx Peru Tan. HEX triplet: 72, 33 and 0A. RGB value is (114,51,10). Sum of RGB (Red+Green+Blue) = 114+51+10=175 (23% of max value = 765). Red value is 114 (44.92% from 255 or 65.14% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 114 - color contains mainly: red. Hex color #72330A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72330A is #8DCCF5. Grayscale: #414141. Windows color (decimal): -9293046 or 668530. OLE color: 668530.

HSL color Cylindrical-coordinate representation of color #72330A: hue angle of 23.65º 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 #72330A is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1145110-
CMYK00.550.910.55
HSL23.65º83.87%24.31%-
HSV(B)23.65º91.23%44.71%-
XYZ8.185.971.01-
YUV65.1696.87162.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.14%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=65.14%
G=29.14%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114511000.550.910.5523.6583.8724.31
Hex7233A0375B37185418
Octal1626312067133673012430
Binary111001011001110100110111101101111011111000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72330A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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