Shades of Saddle Brown #814502
Tints of Saddle Brown #814502
RGB
CMYK
RGB Variations
Color information
#814502 (or 0x814502) is known color: Saddle Brown. HEX triplet: 81, 45 and 02. RGB value is (129,69,2). Sum of RGB (Red+Green+Blue) = 129+69+2=200 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 129 - color contains mainly: red. Hex color #814502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814502 is #7EBAFD. Grayscale: #4F4F4F. Windows color (decimal): -8305406 or 148865. OLE color: 148865.
HSL color Cylindrical-coordinate representation of color #814502: hue angle of 31.65º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #814502 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 69 | 2 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.49 |
| HSL | 31.65º | 0.97% | 0.26% | - |
| HSV(B) | 31.65º | 0.98% | 0.51% | - |
| XYZ | 11.19 | 8.93 | 1.19 | - |
| YUV | 79.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 69 | 2 | 0 | 0.47 | 0.98 | 0.49 | 31.65 | 0.97 | 0.26 |
| Hex | 81 | 45 | 2 | 0 | 2F | 62 | 31 | 20 | 61 | 1A |
| Octal | 201 | 105 | 2 | 0 | 57 | 142 | 61 | 40 | 141 | 32 |
| Binary | 10000001 | 1000101 | 10 | 0 | 101111 | 1100010 | 110001 | 100000 | 1100001 | 11010 |
Color Harmonies of #814502
Complementary color
Monochromatic Colors of #814502
Black with #814502
Text Example
Text Example
White with #814502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814502; }
p { color: rgb(129,69,2); }
H1.HeaderClassName
{
color: #814502;
}
.AnyTagClassName
{
color: #814502;
}
</style>
background-color css
<style>
a { background-color: #814502; }
a { background-color: rgb(129,69,2); }
div.DivClassName
{
background-color: #814502;
}
.BgClassName
{
background-color: #814502;
}
</style>
border-color css
<style>
span { border-color: #814502; }
span { border-color: rgb(129,69,2); }
td.TdClassName
{
border-color: #814502;
}
.TagClassName
{
border-color: #814502;
}
</style>