Shades of Saddle Brown #814402
Tints of Saddle Brown #814402
RGB
CMYK
RGB Variations
Color information
#814402 (or 0x814402) is known color: Saddle Brown. HEX triplet: 81, 44 and 02. RGB value is (129,68,2). Sum of RGB (Red+Green+Blue) = 129+68+2=199 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.82% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 2 (1.17% from 255 or 1.01% from 199); Max value from RGB is 129 - color contains mainly: red. Hex color #814402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814402 is #7EBBFD. Grayscale: #4F4F4F. Windows color (decimal): -8305662 or 148609. OLE color: 148609.
HSL color Cylindrical-coordinate representation of color #814402: hue angle of 31.18º 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 #814402 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 68 | 2 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.49 |
| HSL | 31.18º | 0.97% | 0.26% | - |
| HSV(B) | 31.18º | 0.98% | 0.51% | - |
| XYZ | 11.13 | 8.81 | 1.17 | - |
| YUV | 78.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 2 | 0 | 0.47 | 0.98 | 0.49 | 31.18 | 0.97 | 0.26 |
| Hex | 81 | 44 | 2 | 0 | 2F | 62 | 31 | 1F | 61 | 1A |
| Octal | 201 | 104 | 2 | 0 | 57 | 142 | 61 | 37 | 141 | 32 |
| Binary | 10000001 | 1000100 | 10 | 0 | 101111 | 1100010 | 110001 | 11111 | 1100001 | 11010 |
Color Harmonies of #814402
Complementary color
Monochromatic Colors of #814402
Black with #814402
Text Example
Text Example
White with #814402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814402; }
p { color: rgb(129,68,2); }
H1.HeaderClassName
{
color: #814402;
}
.AnyTagClassName
{
color: #814402;
}
</style>
background-color css
<style>
a { background-color: #814402; }
a { background-color: rgb(129,68,2); }
div.DivClassName
{
background-color: #814402;
}
.BgClassName
{
background-color: #814402;
}
</style>
border-color css
<style>
span { border-color: #814402; }
span { border-color: rgb(129,68,2); }
td.TdClassName
{
border-color: #814402;
}
.TagClassName
{
border-color: #814402;
}
</style>