#712620

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

Shades of Auburn #712620

Tints of Auburn #712620

Color information

#712620 (or 0x712620) is unknown color: approx Auburn. HEX triplet: 71, 26 and 20. RGB value is (113,38,32). Sum of RGB (Red+Green+Blue) = 113+38+32=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 32 (12.89% from 255 or 17.49% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712620 is #8ED9DF. Grayscale: #3B3B3B. Windows color (decimal): -9361888 or 2106993. OLE color: 2106993.

HSL color Cylindrical-coordinate representation of color #712620: hue angle of 4.44º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712620 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1133832-
CMYK00.660.720.56
HSL4.44º55.86%28.43%-
HSV(B)4.44º71.68%44.31%-
XYZ7.7651.92-
YUV59.74112.35165.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 38 (15.23% from 255) = 20.77%
BLUE value IS 32 (12.89% from 255) = 17.49%
R=61.75%
G=20.77%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113383200.660.720.564.4455.8628.43
Hex71262004248384381c
Octal161464001021107047034
Binary111000110011010000001000010100100011100010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712620; }

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

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

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

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

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

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

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

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