#722E2C

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

Shades of Auburn #722E2C

Tints of Auburn #722E2C

Color information

#722E2C (or 0x722E2C) is unknown color: approx Auburn. HEX triplet: 72, 2E and 2C. RGB value is (114,46,44). Sum of RGB (Red+Green+Blue) = 114+46+44=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2C is #8DD1D3. Grayscale: #424242. Windows color (decimal): -9294292 or 2895474. OLE color: 2895474.

HSL color Cylindrical-coordinate representation of color #722E2C: hue angle of 1.71º 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 #722E2C is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB1144644-
CMYK00.600.610.55
HSL1.71º44.3%30.98%-
HSV(B)1.71º61.4%44.71%-
XYZ8.375.713.04-
YUV66.1115.53162.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 46 (18.36% from 255) = 22.55%
BLUE value IS 44 (17.58% from 255) = 21.57%
R=55.88%
G=22.55%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114464400.600.610.551.7144.330.98
Hex722E2C03C3D3722c1f
Octal1625654074756725437
Binary111001010111010110001111001111011101111010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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