#722F12

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

Shades of Peru Tan #722F12

Tints of Peru Tan #722F12

Color information

#722F12 (or 0x722F12) is unknown color: approx Peru Tan. HEX triplet: 72, 2F and 12. RGB value is (114,47,18). Sum of RGB (Red+Green+Blue) = 114+47+18=179 (23% of max value = 765). Red value is 114 (44.92% from 255 or 63.69% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 18 (7.42% from 255 or 10.06% from 179); Max value from RGB is 114 - color contains mainly: red. Hex color #722F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #722F12 is #8DD0ED. Grayscale: #3F3F3F. Windows color (decimal): -9294062 or 1191794. OLE color: 1191794.

HSL color Cylindrical-coordinate representation of color #722F12: hue angle of 18.12º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #722F12 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1144718-
CMYK00.590.840.55
HSL18.12º72.73%25.88%-
HSV(B)18.12º84.21%44.71%-
XYZ8.075.651.24-
YUV63.73102.2163.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 63.69%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 18 (7.42% from 255) = 10.06%
R=63.69%
G=26.26%
B=10.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114471800.590.840.5518.1272.7325.88
Hex722F1203B543712491a
Octal1625722073124672211132
Binary1110010101111100100111011101010011011110010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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