#712C26

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

Shades of Auburn #712C26

Tints of Auburn #712C26

Color information

#712C26 (or 0x712C26) is unknown color: approx Auburn. HEX triplet: 71, 2C and 26. RGB value is (113,44,38). Sum of RGB (Red+Green+Blue) = 113+44+38=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 44 (17.58% from 255 or 22.56% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #712C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C26 is #8ED3D9. Grayscale: #404040. Windows color (decimal): -9360346 or 2501745. OLE color: 2501745.

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

Color convert

RGB1134438-
CMYK00.610.660.56
HSL4.8º49.67%29.61%-
HSV(B)4.8º66.37%44.31%-
XYZ8.065.452.46-
YUV63.95113.36162.99-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 44 (17.58% from 255) = 22.56%
BLUE value IS 38 (15.23% from 255) = 19.49%
R=57.95%
G=22.56%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113443800.610.660.564.849.6729.61
Hex712C2603D42385321e
Octal16154460751027056236
Binary11100011011001001100111101100001011100010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712C26; }

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

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

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

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

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

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

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

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