Shades of Auburn #732A26
Tints of Auburn #732A26
RGB
CMYK
RGB Variations
Color information
#732A26 (or 0x732A26) is known color: Auburn. HEX triplet: 73, 2A and 26. RGB value is (115,42,38). Sum of RGB (Red+Green+Blue) = 115+42+38=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #732A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732A26 is #8CD5D9. Grayscale: #3F3F3F. Windows color (decimal): -9229786 or 2501235. OLE color: 2501235.
HSL color Cylindrical-coordinate representation of color #732A26: hue angle of 3.12º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #732A26 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 38 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.55 |
| HSL | 3.12º | 0.5% | 0.3% | - |
| HSV(B) | 3.12º | 0.67% | 0.45% | - |
| XYZ | 8.25 | 5.44 | 2.45 | - |
| YUV | 63.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 38 | 0 | 0.63 | 0.67 | 0.55 | 3.12 | 0.5 | 0.3 |
| Hex | 73 | 2A | 26 | 0 | 3F | 43 | 37 | 3 | 32 | 1E |
| Octal | 163 | 52 | 46 | 0 | 77 | 103 | 67 | 3 | 62 | 36 |
| Binary | 1110011 | 101010 | 100110 | 0 | 111111 | 1000011 | 110111 | 11 | 110010 | 11110 |
Color Harmonies of #732A26
Complementary color
Monochromatic Colors of #732A26
Black with #732A26
Text Example
Text Example
White with #732A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A26; }
p { color: rgb(115,42,38); }
H1.HeaderClassName
{
color: #732A26;
}
.AnyTagClassName
{
color: #732A26;
}
</style>
background-color css
<style>
a { background-color: #732A26; }
a { background-color: rgb(115,42,38); }
div.DivClassName
{
background-color: #732A26;
}
.BgClassName
{
background-color: #732A26;
}
</style>
border-color css
<style>
span { border-color: #732A26; }
span { border-color: rgb(115,42,38); }
td.TdClassName
{
border-color: #732A26;
}
.TagClassName
{
border-color: #732A26;
}
</style>