#722F0C

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

Shades of Peru Tan #722F0C

Tints of Peru Tan #722F0C

Color information

#722F0C (or 0x722F0C) is unknown color: approx Peru Tan. HEX triplet: 72, 2F and 0C. RGB value is (114,47,12). Sum of RGB (Red+Green+Blue) = 114+47+12=173 (22% of max value = 765). Red value is 114 (44.92% from 255 or 65.90% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 114 - color contains mainly: red. Hex color #722F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F0C is #8DD0F3. Grayscale: #3F3F3F. Windows color (decimal): -9294068 or 798578. OLE color: 798578.

HSL color Cylindrical-coordinate representation of color #722F0C: hue angle of 20.59º 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 #722F0C is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1144712-
CMYK00.590.890.55
HSL20.59º80.95%24.71%-
HSV(B)20.59º89.47%44.71%-
XYZ8.025.641.01-
YUV63.0499.2164.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 65.90%
GREEN value IS 47 (18.75% from 255) = 27.17%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=65.90%
G=27.17%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114471200.590.890.5520.5980.9524.71
Hex722FC03B5937155119
Octal1625714073131672512131
Binary111001010111111000111011101100111011110101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722F0C; }

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

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

<style>
 a { background-color: #722F0C; }

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

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

<style>
 span { border-color: #722F0C; }

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

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