Shades of Saddle Brown #814200
Tints of Saddle Brown #814200
RGB
CMYK
RGB Variations
Color information
#814200 (or 0x814200) is known color: Saddle Brown. HEX triplet: 81, 42 and 00. RGB value is (129,66,0). Sum of RGB (Red+Green+Blue) = 129+66+0=195 (25% of max value = 765). Red value is 129 (50.78% from 255 or 66.15% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 129 - color contains mainly: red. Hex color #814200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814200 is #7EBDFF. Grayscale: #4D4D4D. Windows color (decimal): -8306176 or 17025. OLE color: 17025.
HSL color Cylindrical-coordinate representation of color #814200: hue angle of 30.7º 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 #814200 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 66 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.49 |
| HSL | 30.7º | 1% | 0.25% | - |
| HSV(B) | 30.7º | 1% | 0.51% | - |
| XYZ | 11 | 8.56 | 1.07 | - |
| YUV | 77.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 0 | 0 | 0.49 | 1 | 0.49 | 30.7 | 1 | 0.25 |
| Hex | 81 | 42 | 0 | 0 | 31 | 64 | 31 | 1F | 64 | 19 |
| Octal | 201 | 102 | 0 | 0 | 61 | 144 | 61 | 37 | 144 | 31 |
| Binary | 10000001 | 1000010 | 0 | 0 | 110001 | 1100100 | 110001 | 11111 | 1100100 | 11001 |
Color Harmonies of #814200
Complementary color
Monochromatic Colors of #814200
Black with #814200
Text Example
Text Example
White with #814200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814200; }
p { color: rgb(129,66,0); }
H1.HeaderClassName
{
color: #814200;
}
.AnyTagClassName
{
color: #814200;
}
</style>
background-color css
<style>
a { background-color: #814200; }
a { background-color: rgb(129,66,0); }
div.DivClassName
{
background-color: #814200;
}
.BgClassName
{
background-color: #814200;
}
</style>
border-color css
<style>
span { border-color: #814200; }
span { border-color: rgb(129,66,0); }
td.TdClassName
{
border-color: #814200;
}
.TagClassName
{
border-color: #814200;
}
</style>