#712D27

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

Shades of Auburn #712D27

Tints of Auburn #712D27

Color information

#712D27 (or 0x712D27) is unknown color: approx Auburn. HEX triplet: 71, 2D and 27. RGB value is (113,45,39). Sum of RGB (Red+Green+Blue) = 113+45+39=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 39 (15.62% from 255 or 19.80% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #712D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D27 is #8ED2D8. Grayscale: #404040. Windows color (decimal): -9360089 or 2567537. OLE color: 2567537.

HSL color Cylindrical-coordinate representation of color #712D27: hue angle of 4.86º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712D27 is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1134539-
CMYK00.600.650.56
HSL4.86º48.68%29.8%-
HSV(B)4.86º65.49%44.31%-
XYZ8.115.532.56-
YUV64.65113.53162.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 45 (17.97% from 255) = 22.84%
BLUE value IS 39 (15.62% from 255) = 19.80%
R=57.36%
G=22.84%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113453900.600.650.564.8648.6829.8
Hex712D2703C41385311e
Octal16155470741017056136
Binary11100011011011001110111100100000111100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712D27; }

 p { color: rgb(113,45,39); }

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

<style>
 a { background-color: #712D27; }

 a { background-color: rgb(113,45,39); }

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

<style>
 span { border-color: #712D27; }

 span { border-color: rgb(113,45,39); }

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