#722F2C

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

Shades of Auburn #722F2C

Tints of Auburn #722F2C

Color information

#722F2C (or 0x722F2C) is unknown color: approx Auburn. HEX triplet: 72, 2F and 2C. RGB value is (114,47,44). Sum of RGB (Red+Green+Blue) = 114+47+44=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F2C is #8DD0D3. Grayscale: #424242. Windows color (decimal): -9294036 or 2895730. OLE color: 2895730.

HSL color Cylindrical-coordinate representation of color #722F2C: hue angle of 2.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722F2C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1144744-
CMYK00.590.610.55
HSL2.57º44.3%30.98%-
HSV(B)2.57º61.4%44.71%-
XYZ8.415.793.06-
YUV66.69115.2161.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 47 (18.75% from 255) = 22.93%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=55.61%
G=22.93%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114474400.590.610.552.5744.330.98
Hex722F2C03B3D3732c1f
Octal1625754073756735437
Binary111001010111110110001110111111011101111110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,47,44); }

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

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

 a { background-color: rgb(114,47,44); }

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

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

 span { border-color: rgb(114,47,44); }

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