Shades of Auburn #722D27
Tints of Auburn #722D27
RGB
CMYK
RGB Variations
Color information
#722D27 (or 0x722D27) is known color: Auburn. HEX triplet: 72, 2D and 27. RGB value is (114,45,39). Sum of RGB (Red+Green+Blue) = 114+45+39=198 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.58% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 39 (15.62% from 255 or 19.70% from 198); Max value from RGB is 114 - color contains mainly: red. Hex color #722D27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D27 is #8DD2D8. Grayscale: #414141. Windows color (decimal): -9294553 or 2567538. OLE color: 2567538.
HSL color Cylindrical-coordinate representation of color #722D27: hue angle of 4.8º 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 #722D27 is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 39 | - |
| CMYK | 0 | 0.61 | 0.66 | 0.55 |
| HSL | 4.8º | 0.49% | 0.3% | - |
| HSV(B) | 4.8º | 0.66% | 0.45% | - |
| XYZ | 8.24 | 5.6 | 2.57 | - |
| YUV | 64.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 39 | 0 | 0.61 | 0.66 | 0.55 | 4.8 | 0.49 | 0.3 |
| Hex | 72 | 2D | 27 | 0 | 3D | 42 | 37 | 5 | 31 | 1E |
| Octal | 162 | 55 | 47 | 0 | 75 | 102 | 67 | 5 | 61 | 36 |
| Binary | 1110010 | 101101 | 100111 | 0 | 111101 | 1000010 | 110111 | 101 | 110001 | 11110 |
Color Harmonies of #722D27
Complementary color
Monochromatic Colors of #722D27
Black with #722D27
Text Example
Text Example
White with #722D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D27; }
p { color: rgb(114,45,39); }
H1.HeaderClassName
{
color: #722D27;
}
.AnyTagClassName
{
color: #722D27;
}
</style>
background-color css
<style>
a { background-color: #722D27; }
a { background-color: rgb(114,45,39); }
div.DivClassName
{
background-color: #722D27;
}
.BgClassName
{
background-color: #722D27;
}
</style>
border-color css
<style>
span { border-color: #722D27; }
span { border-color: rgb(114,45,39); }
td.TdClassName
{
border-color: #722D27;
}
.TagClassName
{
border-color: #722D27;
}
</style>