Shades of Auburn #732E2B
Tints of Auburn #732E2B
RGB
CMYK
RGB Variations
Color information
#732E2B (or 0x732E2B) is known color: Auburn. HEX triplet: 73, 2E and 2B. RGB value is (115,46,43). Sum of RGB (Red+Green+Blue) = 115+46+43=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #732E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E2B is #8CD1D4. Grayscale: #424242. Windows color (decimal): -9228757 or 2829939. OLE color: 2829939.
HSL color Cylindrical-coordinate representation of color #732E2B: hue angle of 2.5º 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 #732E2B is Cyan = 0, Magento = 0.6, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 43 | - |
| CMYK | 0 | 0.6 | 0.63 | 0.55 |
| HSL | 2.5º | 0.46% | 0.31% | - |
| HSV(B) | 2.5º | 0.63% | 0.45% | - |
| XYZ | 8.48 | 5.77 | 2.95 | - |
| YUV | 66.29 | 114.86 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 43 | 0 | 0.6 | 0.63 | 0.55 | 2.5 | 0.46 | 0.31 |
| Hex | 73 | 2E | 2B | 0 | 3C | 3F | 37 | 2 | 2E | 1F |
| Octal | 163 | 56 | 53 | 0 | 74 | 77 | 67 | 2 | 56 | 37 |
| Binary | 1110011 | 101110 | 101011 | 0 | 111100 | 111111 | 110111 | 10 | 101110 | 11111 |
Color Harmonies of #732E2B
Complementary color
Monochromatic Colors of #732E2B
Black with #732E2B
Text Example
Text Example
White with #732E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E2B; }
p { color: rgb(115,46,43); }
H1.HeaderClassName
{
color: #732E2B;
}
.AnyTagClassName
{
color: #732E2B;
}
</style>
background-color css
<style>
a { background-color: #732E2B; }
a { background-color: rgb(115,46,43); }
div.DivClassName
{
background-color: #732E2B;
}
.BgClassName
{
background-color: #732E2B;
}
</style>
border-color css
<style>
span { border-color: #732E2B; }
span { border-color: rgb(115,46,43); }
td.TdClassName
{
border-color: #732E2B;
}
.TagClassName
{
border-color: #732E2B;
}
</style>