Shades of Saddle Brown #834D0D
Tints of Saddle Brown #834D0D
RGB
CMYK
RGB Variations
Color information
#834D0D (or 0x834D0D) is known color: Saddle Brown. HEX triplet: 83, 4D and 0D. RGB value is (131,77,13). Sum of RGB (Red+Green+Blue) = 131+77+13=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #834D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834D0D is #7CB2F2. Grayscale: #565656. Windows color (decimal): -8172275 or 871811. OLE color: 871811.
HSL color Cylindrical-coordinate representation of color #834D0D: hue angle of 32.54º 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 #834D0D is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 77 | 13 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.49 |
| HSL | 32.54º | 0.82% | 0.28% | - |
| HSV(B) | 32.54º | 0.9% | 0.51% | - |
| XYZ | 12.09 | 10.16 | 1.71 | - |
| YUV | 85.85 | 86.89 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 77 | 13 | 0 | 0.41 | 0.90 | 0.49 | 32.54 | 0.82 | 0.28 |
| Hex | 83 | 4D | D | 0 | 29 | 5A | 31 | 21 | 52 | 1C |
| Octal | 203 | 115 | 15 | 0 | 51 | 132 | 61 | 41 | 122 | 34 |
| Binary | 10000011 | 1001101 | 1101 | 0 | 101001 | 1011010 | 110001 | 100001 | 1010010 | 11100 |
Color Harmonies of #834D0D
Complementary color
Monochromatic Colors of #834D0D
Black with #834D0D
Text Example
Text Example
White with #834D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834D0D; }
p { color: rgb(131,77,13); }
H1.HeaderClassName
{
color: #834D0D;
}
.AnyTagClassName
{
color: #834D0D;
}
</style>
background-color css
<style>
a { background-color: #834D0D; }
a { background-color: rgb(131,77,13); }
div.DivClassName
{
background-color: #834D0D;
}
.BgClassName
{
background-color: #834D0D;
}
</style>
border-color css
<style>
span { border-color: #834D0D; }
span { border-color: rgb(131,77,13); }
td.TdClassName
{
border-color: #834D0D;
}
.TagClassName
{
border-color: #834D0D;
}
</style>