#712624

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

Shades of Auburn #712624

Tints of Auburn #712624

Color information

#712624 (or 0x712624) is unknown color: approx Auburn. HEX triplet: 71, 26 and 24. RGB value is (113,38,36). Sum of RGB (Red+Green+Blue) = 113+38+36=187 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.43% from 187); Green value is 38 (15.23% from 255 or 20.32% from 187); Blue value is 36 (14.45% from 255 or 19.25% from 187); Max value from RGB is 113 - color contains mainly: red. Hex color #712624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712624 is #8ED9DB. Grayscale: #3C3C3C. Windows color (decimal): -9361884 or 2369137. OLE color: 2369137.

HSL color Cylindrical-coordinate representation of color #712624: hue angle of 1.56º 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 #712624 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB1133836-
CMYK00.660.680.56
HSL1.56º51.68%29.22%-
HSV(B)1.56º68.14%44.31%-
XYZ7.825.022.23-
YUV60.2114.35165.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.43%
GREEN value IS 38 (15.23% from 255) = 20.32%
BLUE value IS 36 (14.45% from 255) = 19.25%
R=60.43%
G=20.32%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113383600.660.680.561.5651.6829.22
Hex71262404244382341d
Octal161464401021047026435
Binary11100011001101001000100001010001001110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712624; }

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

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

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

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

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

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

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

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