#712E2A

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

Shades of Auburn #712E2A

Tints of Auburn #712E2A

Color information

#712E2A (or 0x712E2A) is unknown color: approx Auburn. HEX triplet: 71, 2E and 2A. RGB value is (113,46,42). Sum of RGB (Red+Green+Blue) = 113+46+42=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 42 (16.80% from 255 or 20.90% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E2A is #8ED1D5. Grayscale: #414141. Windows color (decimal): -9359830 or 2764401. OLE color: 2764401.

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

Color convert

RGB1134642-
CMYK00.590.630.56
HSL3.38º45.81%30.39%-
HSV(B)3.38º62.83%44.31%-
XYZ8.25.632.85-
YUV65.58114.7161.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 42 (16.80% from 255) = 20.90%
R=56.22%
G=22.89%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113464200.590.630.563.3845.8130.39
Hex712E2A03B3F3832e1e
Octal1615652073777035636
Binary111000110111010101001110111111111110001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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