#712E2C

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

Shades of Auburn #712E2C

Tints of Auburn #712E2C

Color information

#712E2C (or 0x712E2C) is unknown color: approx Auburn. HEX triplet: 71, 2E and 2C. RGB value is (113,46,44). Sum of RGB (Red+Green+Blue) = 113+46+44=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #712E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E2C is #8ED1D3. Grayscale: #414141. Windows color (decimal): -9359828 or 2895473. OLE color: 2895473.

HSL color Cylindrical-coordinate representation of color #712E2C: hue angle of 1.74º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #712E2C is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1134644-
CMYK00.590.610.56
HSL1.74º43.95%30.78%-
HSV(B)1.74º61.06%44.31%-
XYZ8.245.653.04-
YUV65.81115.7161.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 46 (18.36% from 255) = 22.66%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=55.67%
G=22.66%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113464400.590.610.561.7443.9530.78
Hex712E2C03B3D3822c1f
Octal1615654073757025437
Binary111000110111010110001110111111011110001010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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