Shades of Auburn #732E2A
Tints of Auburn #732E2A
RGB
CMYK
RGB Variations
Color information
#732E2A (or 0x732E2A) is known color: Auburn. HEX triplet: 73, 2E and 2A. RGB value is (115,46,42). Sum of RGB (Red+Green+Blue) = 115+46+42=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 46 (18.36% from 255 or 22.66% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #732E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E2A is #8CD1D5. Grayscale: #424242. Windows color (decimal): -9228758 or 2764403. OLE color: 2764403.
HSL color Cylindrical-coordinate representation of color #732E2A: hue angle of 3.29º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732E2A is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 42 | - |
| CMYK | 0 | 0.6 | 0.63 | 0.55 |
| HSL | 3.29º | 0.46% | 0.31% | - |
| HSV(B) | 3.29º | 0.63% | 0.45% | - |
| XYZ | 8.47 | 5.77 | 2.86 | - |
| YUV | 66.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 42 | 0 | 0.6 | 0.63 | 0.55 | 3.29 | 0.46 | 0.31 |
| Hex | 73 | 2E | 2A | 0 | 3C | 3F | 37 | 3 | 2E | 1F |
| Octal | 163 | 56 | 52 | 0 | 74 | 77 | 67 | 3 | 56 | 37 |
| Binary | 1110011 | 101110 | 101010 | 0 | 111100 | 111111 | 110111 | 11 | 101110 | 11111 |
Color Harmonies of #732E2A
Complementary color
Monochromatic Colors of #732E2A
Black with #732E2A
Text Example
Text Example
White with #732E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E2A; }
p { color: rgb(115,46,42); }
H1.HeaderClassName
{
color: #732E2A;
}
.AnyTagClassName
{
color: #732E2A;
}
</style>
background-color css
<style>
a { background-color: #732E2A; }
a { background-color: rgb(115,46,42); }
div.DivClassName
{
background-color: #732E2A;
}
.BgClassName
{
background-color: #732E2A;
}
</style>
border-color css
<style>
span { border-color: #732E2A; }
span { border-color: rgb(115,46,42); }
td.TdClassName
{
border-color: #732E2A;
}
.TagClassName
{
border-color: #732E2A;
}
</style>