#722620

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

Shades of Auburn #722620

Tints of Auburn #722620

Color information

#722620 (or 0x722620) is unknown color: approx Auburn. HEX triplet: 72, 26 and 20. RGB value is (114,38,32). Sum of RGB (Red+Green+Blue) = 114+38+32=184 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.96% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 114 - color contains mainly: red. Hex color #722620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722620 is #8DD9DF. Grayscale: #3C3C3C. Windows color (decimal): -9296352 or 2106994. OLE color: 2106994.

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

Color convert

RGB1143832-
CMYK00.670.720.55
HSL4.39º56.16%28.63%-
HSV(B)4.39º71.93%44.71%-
XYZ7.895.071.93-
YUV60.04112.18166.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.96%
GREEN value IS 38 (15.23% from 255) = 20.65%
BLUE value IS 32 (12.89% from 255) = 17.39%
R=61.96%
G=20.65%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114383200.670.720.554.3956.1628.63
Hex72262004348374381d
Octal162464001031106747035
Binary111001010011010000001000011100100011011110011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722620; }

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

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

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

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

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

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

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

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