#712D2B

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

Shades of Auburn #712D2B

Tints of Auburn #712D2B

Color information

#712D2B (or 0x712D2B) is unknown color: approx Auburn. HEX triplet: 71, 2D and 2B. RGB value is (113,45,43). Sum of RGB (Red+Green+Blue) = 113+45+43=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 43 (17.19% from 255 or 21.39% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #712D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D2B is #8ED2D4. Grayscale: #414141. Windows color (decimal): -9360085 or 2829681. OLE color: 2829681.

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

Color convert

RGB1134543-
CMYK00.600.620.56
HSL1.71º44.87%30.59%-
HSV(B)1.71º61.95%44.31%-
XYZ8.185.562.93-
YUV65.1115.53162.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 43 (17.19% from 255) = 21.39%
R=56.22%
G=22.39%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113454300.600.620.561.7144.8730.59
Hex712D2B03C3E3822d1f
Octal1615553074767025537
Binary111000110110110101101111001111101110001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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