#712722

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

Shades of Auburn #712722

Tints of Auburn #712722

Color information

#712722 (or 0x712722) is unknown color: approx Auburn. HEX triplet: 71, 27 and 22. RGB value is (113,39,34). Sum of RGB (Red+Green+Blue) = 113+39+34=186 (24% of max value = 765). Red value is 113 (44.53% from 255 or 60.75% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 113 - color contains mainly: red. Hex color #712722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712722 is #8ED8DD. Grayscale: #3C3C3C. Windows color (decimal): -9361630 or 2238321. OLE color: 2238321.

HSL color Cylindrical-coordinate representation of color #712722: hue angle of 3.8º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712722 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1133934-
CMYK00.650.700.56
HSL3.8º53.74%28.82%-
HSV(B)3.8º69.91%44.31%-
XYZ7.825.082.08-
YUV60.56113.02165.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 60.75%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=60.75%
G=20.97%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113393400.650.700.563.853.7428.82
Hex71272204146384361d
Octal161474201011067046635
Binary111000110011110001001000001100011011100010011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712722; }

 p { color: rgb(113,39,34); }

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

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

 a { background-color: rgb(113,39,34); }

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

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

 span { border-color: rgb(113,39,34); }

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