Shades of Saddle Brown #834C0D
Tints of Saddle Brown #834C0D
RGB
CMYK
RGB Variations
Color information
#834C0D (or 0x834C0D) is known color: Saddle Brown. HEX triplet: 83, 4C and 0D. RGB value is (131,76,13). Sum of RGB (Red+Green+Blue) = 131+76+13=220 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.55% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 131 - color contains mainly: red. Hex color #834C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834C0D is #7CB3F2. Grayscale: #555555. Windows color (decimal): -8172531 or 871555. OLE color: 871555.
HSL color Cylindrical-coordinate representation of color #834C0D: hue angle of 32.03º 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 #834C0D is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 76 | 13 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.49 |
| HSL | 32.03º | 0.82% | 0.28% | - |
| HSV(B) | 32.03º | 0.9% | 0.51% | - |
| XYZ | 12.02 | 10.02 | 1.68 | - |
| YUV | 85.26 | 87.22 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 76 | 13 | 0 | 0.42 | 0.90 | 0.49 | 32.03 | 0.82 | 0.28 |
| Hex | 83 | 4C | D | 0 | 2A | 5A | 31 | 20 | 52 | 1C |
| Octal | 203 | 114 | 15 | 0 | 52 | 132 | 61 | 40 | 122 | 34 |
| Binary | 10000011 | 1001100 | 1101 | 0 | 101010 | 1011010 | 110001 | 100000 | 1010010 | 11100 |
Color Harmonies of #834C0D
Complementary color
Monochromatic Colors of #834C0D
Black with #834C0D
Text Example
Text Example
White with #834C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834C0D; }
p { color: rgb(131,76,13); }
H1.HeaderClassName
{
color: #834C0D;
}
.AnyTagClassName
{
color: #834C0D;
}
</style>
background-color css
<style>
a { background-color: #834C0D; }
a { background-color: rgb(131,76,13); }
div.DivClassName
{
background-color: #834C0D;
}
.BgClassName
{
background-color: #834C0D;
}
</style>
border-color css
<style>
span { border-color: #834C0D; }
span { border-color: rgb(131,76,13); }
td.TdClassName
{
border-color: #834C0D;
}
.TagClassName
{
border-color: #834C0D;
}
</style>