Shades of Saddle Brown #81420D
Tints of Saddle Brown #81420D
RGB
CMYK
RGB Variations
Color information
#81420D (or 0x81420D) is known color: Saddle Brown. HEX triplet: 81, 42 and 0D. RGB value is (129,66,13). Sum of RGB (Red+Green+Blue) = 129+66+13=208 (27% of max value = 765). Red value is 129 (50.78% from 255 or 62.02% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 129 - color contains mainly: red. Hex color #81420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81420D is #7EBDF2. Grayscale: #4F4F4F. Windows color (decimal): -8306163 or 868993. OLE color: 868993.
HSL color Cylindrical-coordinate representation of color #81420D: hue angle of 27.41º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81420D is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 66 | 13 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.49 |
| HSL | 27.41º | 0.82% | 0.28% | - |
| HSV(B) | 27.41º | 0.9% | 0.51% | - |
| XYZ | 11.07 | 8.59 | 1.46 | - |
| YUV | 78.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 13 | 0 | 0.49 | 0.90 | 0.49 | 27.41 | 0.82 | 0.28 |
| Hex | 81 | 42 | D | 0 | 31 | 5A | 31 | 1B | 52 | 1C |
| Octal | 201 | 102 | 15 | 0 | 61 | 132 | 61 | 33 | 122 | 34 |
| Binary | 10000001 | 1000010 | 1101 | 0 | 110001 | 1011010 | 110001 | 11011 | 1010010 | 11100 |
Color Harmonies of #81420D
Complementary color
Monochromatic Colors of #81420D
Black with #81420D
Text Example
Text Example
White with #81420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81420D; }
p { color: rgb(129,66,13); }
H1.HeaderClassName
{
color: #81420D;
}
.AnyTagClassName
{
color: #81420D;
}
</style>
background-color css
<style>
a { background-color: #81420D; }
a { background-color: rgb(129,66,13); }
div.DivClassName
{
background-color: #81420D;
}
.BgClassName
{
background-color: #81420D;
}
</style>
border-color css
<style>
span { border-color: #81420D; }
span { border-color: rgb(129,66,13); }
td.TdClassName
{
border-color: #81420D;
}
.TagClassName
{
border-color: #81420D;
}
</style>