#722420

Color #722420 Auburn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Auburn #722420

Tints of Auburn #722420

Color information

#722420 (or 0x722420) is unknown color: approx Auburn. HEX triplet: 72, 24 and 20. RGB value is (114,36,32). Sum of RGB (Red+Green+Blue) = 114+36+32=182 (24% of max value = 765). Red value is 114 (44.92% from 255 or 62.64% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 114 - color contains mainly: red. Hex color #722420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722420 is #8DDBDF. Grayscale: #3A3A3A. Windows color (decimal): -9296864 or 2106482. OLE color: 2106482.

HSL color Cylindrical-coordinate representation of color #722420: hue angle of 2.93º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #722420 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1143632-
CMYK00.680.720.55
HSL2.93º56.16%28.63%-
HSV(B)2.93º71.93%44.71%-
XYZ7.834.941.91-
YUV58.87112.84167.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.64%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 32 (12.89% from 255) = 17.58%
R=62.64%
G=19.78%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114363200.680.720.552.9356.1628.63
Hex72242004448373381d
Octal162444001041106737035
Binary11100101001001000000100010010010001101111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722420; }

 p { color: rgb(114,36,32); }

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

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

 a { background-color: rgb(114,36,32); }

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

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

 span { border-color: rgb(114,36,32); }

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