#712E28

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

Shades of Auburn #712E28

Tints of Auburn #712E28

Color information

#712E28 (or 0x712E28) is unknown color: approx Auburn. HEX triplet: 71, 2E and 28. RGB value is (113,46,40). Sum of RGB (Red+Green+Blue) = 113+46+40=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 40 (16.02% from 255 or 20.10% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #712E28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E28 is #8ED1D7. Grayscale: #414141. Windows color (decimal): -9359832 or 2633329. OLE color: 2633329.

HSL color Cylindrical-coordinate representation of color #712E28: hue angle of 4.93º degrees, saturation: 0.48, 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 #712E28 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1134640-
CMYK00.590.650.56
HSL4.93º47.71%30%-
HSV(B)4.93º64.6%44.31%-
XYZ8.175.622.66-
YUV65.35113.7161.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 40 (16.02% from 255) = 20.10%
R=56.78%
G=23.12%
B=20.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113464000.590.650.564.9347.7130
Hex712E2803B41385301e
Octal16156500731017056036
Binary11100011011101010000111011100000111100010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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