Shades of Auburn #722D25
Tints of Auburn #722D25
RGB
CMYK
RGB Variations
Color information
#722D25 (or 0x722D25) is known color: Auburn. HEX triplet: 72, 2D and 25. RGB value is (114,45,37). Sum of RGB (Red+Green+Blue) = 114+45+37=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 45 (17.97% from 255 or 22.96% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #722D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D25 is #8DD2DA. Grayscale: #404040. Windows color (decimal): -9294555 or 2436466. OLE color: 2436466.
HSL color Cylindrical-coordinate representation of color #722D25: hue angle of 6.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #722D25 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 37 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.55 |
| HSL | 6.23º | 0.51% | 0.3% | - |
| HSV(B) | 6.23º | 0.68% | 0.45% | - |
| XYZ | 8.21 | 5.59 | 2.4 | - |
| YUV | 64.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 37 | 0 | 0.61 | 0.68 | 0.55 | 6.23 | 0.51 | 0.3 |
| Hex | 72 | 2D | 25 | 0 | 3D | 44 | 37 | 6 | 33 | 1E |
| Octal | 162 | 55 | 45 | 0 | 75 | 104 | 67 | 6 | 63 | 36 |
| Binary | 1110010 | 101101 | 100101 | 0 | 111101 | 1000100 | 110111 | 110 | 110011 | 11110 |
Color Harmonies of #722D25
Complementary color
Monochromatic Colors of #722D25
Black with #722D25
Text Example
Text Example
White with #722D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D25; }
p { color: rgb(114,45,37); }
H1.HeaderClassName
{
color: #722D25;
}
.AnyTagClassName
{
color: #722D25;
}
</style>
background-color css
<style>
a { background-color: #722D25; }
a { background-color: rgb(114,45,37); }
div.DivClassName
{
background-color: #722D25;
}
.BgClassName
{
background-color: #722D25;
}
</style>
border-color css
<style>
span { border-color: #722D25; }
span { border-color: rgb(114,45,37); }
td.TdClassName
{
border-color: #722D25;
}
.TagClassName
{
border-color: #722D25;
}
</style>