#712C24

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

Shades of Auburn #712C24

Tints of Auburn #712C24

Color information

#712C24 (or 0x712C24) is unknown color: approx Auburn. HEX triplet: 71, 2C and 24. RGB value is (113,44,36). Sum of RGB (Red+Green+Blue) = 113+44+36=193 (25% of max value = 765). Red value is 113 (44.53% from 255 or 58.55% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 113 - color contains mainly: red. Hex color #712C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C24 is #8ED3DB. Grayscale: #3F3F3F. Windows color (decimal): -9360348 or 2370673. OLE color: 2370673.

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

Color convert

RGB1134436-
CMYK00.610.680.56
HSL6.23º51.68%29.22%-
HSV(B)6.23º68.14%44.31%-
XYZ8.035.442.3-
YUV63.72112.36163.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 58.55%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 36 (14.45% from 255) = 18.65%
R=58.55%
G=22.80%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113443600.610.680.566.2351.6829.22
Hex712C2403D44386341d
Octal16154440751047066435
Binary11100011011001001000111101100010011100011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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