#722A27

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

Shades of Auburn #722A27

Tints of Auburn #722A27

Color information

#722A27 (or 0x722A27) is unknown color: approx Auburn. HEX triplet: 72, 2A and 27. RGB value is (114,42,39). Sum of RGB (Red+Green+Blue) = 114+42+39=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #722A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722A27 is #8DD5D8. Grayscale: #3F3F3F. Windows color (decimal): -9295321 or 2566770. OLE color: 2566770.

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

Color convert

RGB1144239-
CMYK00.630.660.55
HSL2.4º49.02%30%-
HSV(B)2.4º65.79%44.71%-
XYZ8.135.382.53-
YUV63.19114.35164.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 42 (16.80% from 255) = 21.54%
BLUE value IS 39 (15.62% from 255) = 20%
R=58.46%
G=21.54%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114423900.630.660.552.449.0230
Hex722A2703F42372311e
Octal16252470771026726136
Binary1110010101010100111011111110000101101111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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