#722B24

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

Shades of Auburn #722B24

Tints of Auburn #722B24

Color information

#722B24 (or 0x722B24) is unknown color: approx Auburn. HEX triplet: 72, 2B and 24. RGB value is (114,43,36). Sum of RGB (Red+Green+Blue) = 114+43+36=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #722B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722B24 is #8DD4DB. Grayscale: #3F3F3F. Windows color (decimal): -9295068 or 2370418. OLE color: 2370418.

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

Color convert

RGB1144336-
CMYK00.620.680.55
HSL5.38º52%29.41%-
HSV(B)5.38º68.42%44.71%-
XYZ8.125.432.29-
YUV63.43112.52164.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 43 (17.19% from 255) = 22.28%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=59.07%
G=22.28%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114433600.620.680.555.385229.41
Hex722B2403E44375341d
Octal16253440761046756435
Binary11100101010111001000111110100010011011110111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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