#722624

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

Shades of Auburn #722624

Tints of Auburn #722624

Color information

#722624 (or 0x722624) is unknown color: approx Auburn. HEX triplet: 72, 26 and 24. RGB value is (114,38,36). Sum of RGB (Red+Green+Blue) = 114+38+36=188 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.64% from 188); Green value is 38 (15.23% from 255 or 20.21% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 114 - color contains mainly: red. Hex color #722624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722624 is #8DD9DB. Grayscale: #3C3C3C. Windows color (decimal): -9296348 or 2369138. OLE color: 2369138.

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

Color convert

RGB1143836-
CMYK00.670.680.55
HSL1.54º52%29.41%-
HSV(B)1.54º68.42%44.71%-
XYZ7.955.092.23-
YUV60.5114.18166.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.64%
GREEN value IS 38 (15.23% from 255) = 20.21%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=60.64%
G=20.21%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114383600.670.680.551.545229.41
Hex72262404344372341d
Octal162464401031046726435
Binary11100101001101001000100001110001001101111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722624; }

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

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

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

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

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

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

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

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