#722F0A

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

Shades of Peru Tan #722F0A

Tints of Peru Tan #722F0A

Color information

#722F0A (or 0x722F0A) is unknown color: approx Peru Tan. HEX triplet: 72, 2F and 0A. RGB value is (114,47,10). Sum of RGB (Red+Green+Blue) = 114+47+10=171 (22% of max value = 765). Red value is 114 (44.92% from 255 or 66.67% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 114 - color contains mainly: red. Hex color #722F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F0A is #8DD0F5. Grayscale: #3F3F3F. Windows color (decimal): -9294070 or 667506. OLE color: 667506.

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

Color convert

RGB1144710-
CMYK00.590.910.55
HSL21.35º83.87%24.31%-
HSV(B)21.35º91.23%44.71%-
XYZ8.015.630.95-
YUV62.8298.2164.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 66.67%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=66.67%
G=27.49%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114471000.590.910.5521.3583.8724.31
Hex722FA03B5B37155418
Octal1625712073133672512430
Binary111001010111110100111011101101111011110101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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