Shades of Auburn #732C26
Tints of Auburn #732C26
RGB
CMYK
RGB Variations
Color information
#732C26 (or 0x732C26) is known color: Auburn. HEX triplet: 73, 2C and 26. RGB value is (115,44,38). Sum of RGB (Red+Green+Blue) = 115+44+38=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #732C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732C26 is #8CD3D9. Grayscale: #404040. Windows color (decimal): -9229274 or 2501747. OLE color: 2501747.
HSL color Cylindrical-coordinate representation of color #732C26: hue angle of 4.68º 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 #732C26 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 44 | 38 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.55 |
| HSL | 4.68º | 0.5% | 0.3% | - |
| HSV(B) | 4.68º | 0.67% | 0.45% | - |
| XYZ | 8.32 | 5.59 | 2.47 | - |
| YUV | 64.55 | 113.02 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 44 | 38 | 0 | 0.62 | 0.67 | 0.55 | 4.68 | 0.5 | 0.3 |
| Hex | 73 | 2C | 26 | 0 | 3E | 43 | 37 | 5 | 32 | 1E |
| Octal | 163 | 54 | 46 | 0 | 76 | 103 | 67 | 5 | 62 | 36 |
| Binary | 1110011 | 101100 | 100110 | 0 | 111110 | 1000011 | 110111 | 101 | 110010 | 11110 |
Color Harmonies of #732C26
Complementary color
Monochromatic Colors of #732C26
Black with #732C26
Text Example
Text Example
White with #732C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732C26; }
p { color: rgb(115,44,38); }
H1.HeaderClassName
{
color: #732C26;
}
.AnyTagClassName
{
color: #732C26;
}
</style>
background-color css
<style>
a { background-color: #732C26; }
a { background-color: rgb(115,44,38); }
div.DivClassName
{
background-color: #732C26;
}
.BgClassName
{
background-color: #732C26;
}
</style>
border-color css
<style>
span { border-color: #732C26; }
span { border-color: rgb(115,44,38); }
td.TdClassName
{
border-color: #732C26;
}
.TagClassName
{
border-color: #732C26;
}
</style>