Shades of Saddle Brown #824000
Tints of Saddle Brown #824000
RGB
CMYK
RGB Variations
Color information
#824000 (or 0x824000) is known color: Saddle Brown. HEX triplet: 82, 40 and 00. RGB value is (130,64,0). Sum of RGB (Red+Green+Blue) = 130+64+0=194 (25% of max value = 765). Red value is 130 (51.17% from 255 or 67.01% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 130 - color contains mainly: red. Hex color #824000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824000 is #7DBFFF. Grayscale: #4C4C4C. Windows color (decimal): -8241152 or 16514. OLE color: 16514.
HSL color Cylindrical-coordinate representation of color #824000: hue angle of 29.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #824000 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.49 |
| HSL | 29.54º | 1% | 0.25% | - |
| HSV(B) | 29.54º | 1% | 0.51% | - |
| XYZ | 11.04 | 8.41 | 1.04 | - |
| YUV | 76.44 | 84.87 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 0 | 0 | 0.51 | 1 | 0.49 | 29.54 | 1 | 0.25 |
| Hex | 82 | 40 | 0 | 0 | 33 | 64 | 31 | 1E | 64 | 19 |
| Octal | 202 | 100 | 0 | 0 | 63 | 144 | 61 | 36 | 144 | 31 |
| Binary | 10000010 | 1000000 | 0 | 0 | 110011 | 1100100 | 110001 | 11110 | 1100100 | 11001 |
Color Harmonies of #824000
Complementary color
Monochromatic Colors of #824000
Black with #824000
Text Example
Text Example
White with #824000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824000; }
p { color: rgb(130,64,0); }
H1.HeaderClassName
{
color: #824000;
}
.AnyTagClassName
{
color: #824000;
}
</style>
background-color css
<style>
a { background-color: #824000; }
a { background-color: rgb(130,64,0); }
div.DivClassName
{
background-color: #824000;
}
.BgClassName
{
background-color: #824000;
}
</style>
border-color css
<style>
span { border-color: #824000; }
span { border-color: rgb(130,64,0); }
td.TdClassName
{
border-color: #824000;
}
.TagClassName
{
border-color: #824000;
}
</style>