Shades of Saddle Brown #824013
Tints of Saddle Brown #824013
RGB
CMYK
RGB Variations
Color information
#824013 (or 0x824013) is known color: Saddle Brown. HEX triplet: 82, 40 and 13. RGB value is (130,64,19). Sum of RGB (Red+Green+Blue) = 130+64+19=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #824013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824013 is #7DBFEC. Grayscale: #4E4E4E. Windows color (decimal): -8241133 or 1261698. OLE color: 1261698.
HSL color Cylindrical-coordinate representation of color #824013: hue angle of 24.32º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #824013 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 19 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.49 |
| HSL | 24.32º | 0.74% | 0.29% | - |
| HSV(B) | 24.32º | 0.85% | 0.51% | - |
| XYZ | 11.16 | 8.46 | 1.66 | - |
| YUV | 78.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 19 | 0 | 0.51 | 0.85 | 0.49 | 24.32 | 0.74 | 0.29 |
| Hex | 82 | 40 | 13 | 0 | 33 | 55 | 31 | 18 | 4A | 1D |
| Octal | 202 | 100 | 23 | 0 | 63 | 125 | 61 | 30 | 112 | 35 |
| Binary | 10000010 | 1000000 | 10011 | 0 | 110011 | 1010101 | 110001 | 11000 | 1001010 | 11101 |
Color Harmonies of #824013
Complementary color
Monochromatic Colors of #824013
Black with #824013
Text Example
Text Example
White with #824013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824013; }
p { color: rgb(130,64,19); }
H1.HeaderClassName
{
color: #824013;
}
.AnyTagClassName
{
color: #824013;
}
</style>
background-color css
<style>
a { background-color: #824013; }
a { background-color: rgb(130,64,19); }
div.DivClassName
{
background-color: #824013;
}
.BgClassName
{
background-color: #824013;
}
</style>
border-color css
<style>
span { border-color: #824013; }
span { border-color: rgb(130,64,19); }
td.TdClassName
{
border-color: #824013;
}
.TagClassName
{
border-color: #824013;
}
</style>