#722320

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

Shades of Auburn #722320

Tints of Auburn #722320

Color information

#722320 (or 0x722320) is unknown color: approx Auburn. HEX triplet: 72, 23 and 20. RGB value is (114,35,32). Sum of RGB (Red+Green+Blue) = 114+35+32=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #722320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722320 is #8DDCDF. Grayscale: #3A3A3A. Windows color (decimal): -9297120 or 2106226. OLE color: 2106226.

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

Color convert

RGB1143532-
CMYK00.690.720.55
HSL2.2º56.16%28.63%-
HSV(B)2.2º71.93%44.71%-
XYZ7.84.881.9-
YUV58.28113.17167.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 32 (12.89% from 255) = 17.68%
R=62.98%
G=19.34%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114353200.690.720.552.256.1628.63
Hex72232004548372381d
Octal162434001051106727035
Binary11100101000111000000100010110010001101111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722320; }

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

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

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

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

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

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

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

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