#722e2d

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

Shades of Auburn #722E2D

Tints of Auburn #722E2D

Color information

#722E2D (or 0x722E2D) is unknown color: approx Auburn. HEX triplet: 72, 2E and 2D. RGB value is (114,46,45). Sum of RGB (Red+Green+Blue) = 114+46+45=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #722E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E2D is #8DD1D2. Grayscale: #424242. Windows color (decimal): -9294291 or 2961010. OLE color: 2961010.

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

Color convert

RGB1144645-
CMYK00.600.610.55
HSL0.87º43.4%31.18%-
HSV(B)0.87º60.53%44.71%-
XYZ8.395.723.14-
YUV66.22116.03162.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=55.61%
G=22.44%
B=21.95%

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
Decimal114464500.600.610.550.8743.431.18
Hex722E2D03C3D3712b1f
Octal1625655074756715337
Binary11100101011101011010111100111101110111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722e2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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