Shades of Auburn #732D27
Tints of Auburn #732D27
RGB
CMYK
RGB Variations
Color information
#732D27 (or 0x732D27) is known color: Auburn. HEX triplet: 73, 2D and 27. RGB value is (115,45,39). Sum of RGB (Red+Green+Blue) = 115+45+39=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #732D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732D27 is #8CD2D8. Grayscale: #414141. Windows color (decimal): -9229017 or 2567539. OLE color: 2567539.
HSL color Cylindrical-coordinate representation of color #732D27: hue angle of 4.74º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #732D27 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 39 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.55 |
| HSL | 4.74º | 0.49% | 0.3% | - |
| HSV(B) | 4.74º | 0.66% | 0.45% | - |
| XYZ | 8.37 | 5.67 | 2.57 | - |
| YUV | 65.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 39 | 0 | 0.61 | 0.66 | 0.55 | 4.74 | 0.49 | 0.3 |
| Hex | 73 | 2D | 27 | 0 | 3D | 42 | 37 | 5 | 31 | 1E |
| Octal | 163 | 55 | 47 | 0 | 75 | 102 | 67 | 5 | 61 | 36 |
| Binary | 1110011 | 101101 | 100111 | 0 | 111101 | 1000010 | 110111 | 101 | 110001 | 11110 |
Color Harmonies of #732D27
Complementary color
Monochromatic Colors of #732D27
Black with #732D27
Text Example
Text Example
White with #732D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D27; }
p { color: rgb(115,45,39); }
H1.HeaderClassName
{
color: #732D27;
}
.AnyTagClassName
{
color: #732D27;
}
</style>
background-color css
<style>
a { background-color: #732D27; }
a { background-color: rgb(115,45,39); }
div.DivClassName
{
background-color: #732D27;
}
.BgClassName
{
background-color: #732D27;
}
</style>
border-color css
<style>
span { border-color: #732D27; }
span { border-color: rgb(115,45,39); }
td.TdClassName
{
border-color: #732D27;
}
.TagClassName
{
border-color: #732D27;
}
</style>