#722E27

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

Shades of Auburn #722E27

Tints of Auburn #722E27

Color information

#722E27 (or 0x722E27) is unknown color: approx Auburn. HEX triplet: 72, 2E and 27. RGB value is (114,46,39). Sum of RGB (Red+Green+Blue) = 114+46+39=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #722E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E27 is #8DD1D8. Grayscale: #414141. Windows color (decimal): -9294297 or 2567794. OLE color: 2567794.

HSL color Cylindrical-coordinate representation of color #722E27: hue angle of 5.6º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #722E27 is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1144639-
CMYK00.600.660.55
HSL5.6º49.02%30%-
HSV(B)5.6º65.79%44.71%-
XYZ8.285.682.58-
YUV65.53113.03162.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=57.29%
G=23.12%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114463900.600.660.555.649.0230
Hex722E2703C42376311e
Octal16256470741026766136
Binary11100101011101001110111100100001011011111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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