#712521

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

Shades of Auburn #712521

Tints of Auburn #712521

Color information

#712521 (or 0x712521) is unknown color: approx Auburn. HEX triplet: 71, 25 and 21. RGB value is (113,37,33). Sum of RGB (Red+Green+Blue) = 113+37+33=183 (24% of max value = 765). Red value is 113 (44.53% from 255 or 61.75% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 33 (13.28% from 255 or 18.03% from 183); Max value from RGB is 113 - color contains mainly: red. Hex color #712521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712521 is #8EDADE. Grayscale: #3B3B3B. Windows color (decimal): -9362143 or 2172273. OLE color: 2172273.

HSL color Cylindrical-coordinate representation of color #712521: hue angle of 3º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712521 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1133733-
CMYK00.670.710.56
HSL54.79%28.63%-
HSV(B)70.8%44.31%-
XYZ7.754.941.98-
YUV59.27113.18166.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 61.75%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 33 (13.28% from 255) = 18.03%
R=61.75%
G=20.22%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113373300.670.710.56354.7928.63
Hex71252104347383371d
Octal161454101031077036735
Binary11100011001011000010100001110001111110001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712521; }

 p { color: rgb(113,37,33); }

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

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

 a { background-color: rgb(113,37,33); }

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

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

 span { border-color: rgb(113,37,33); }

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