#712924

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

Shades of Auburn #712924

Tints of Auburn #712924

Color information

#712924 (or 0x712924) is unknown color: approx Auburn. HEX triplet: 71, 29 and 24. RGB value is (113,41,36). Sum of RGB (Red+Green+Blue) = 113+41+36=190 (25% of max value = 765). Red value is 113 (44.53% from 255 or 59.47% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 113 - color contains mainly: red. Hex color #712924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712924 is #8ED6DB. Grayscale: #3E3E3E. Windows color (decimal): -9361116 or 2369905. OLE color: 2369905.

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

Color convert

RGB1134136-
CMYK00.640.680.56
HSL3.9º51.68%29.22%-
HSV(B)3.9º68.14%44.31%-
XYZ7.925.222.26-
YUV61.96113.35164.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 59.47%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 36 (14.45% from 255) = 18.95%
R=59.47%
G=21.58%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113413600.640.680.563.951.6829.22
Hex71292404044384341d
Octal161514401001047046435
Binary111000110100110010001000000100010011100010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712924; }

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

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

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

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

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

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

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

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