Shades of Saddle Brown #83470B
Tints of Saddle Brown #83470B
RGB
CMYK
RGB Variations
Color information
#83470B (or 0x83470B) is known color: Saddle Brown. HEX triplet: 83, 47 and 0B. RGB value is (131,71,11). Sum of RGB (Red+Green+Blue) = 131+71+11=213 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.50% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 131 - color contains mainly: red. Hex color #83470B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83470B is #7CB8F4. Grayscale: #525252. Windows color (decimal): -8173813 or 739203. OLE color: 739203.
HSL color Cylindrical-coordinate representation of color #83470B: hue angle of 30º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83470B is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 11 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.49 |
| HSL | 30º | 0.85% | 0.28% | - |
| HSV(B) | 30º | 0.92% | 0.51% | - |
| XYZ | 11.67 | 9.36 | 1.51 | - |
| YUV | 82.1 | 87.88 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 11 | 0 | 0.46 | 0.92 | 0.49 | 30 | 0.85 | 0.28 |
| Hex | 83 | 47 | B | 0 | 2E | 5C | 31 | 1E | 55 | 1C |
| Octal | 203 | 107 | 13 | 0 | 56 | 134 | 61 | 36 | 125 | 34 |
| Binary | 10000011 | 1000111 | 1011 | 0 | 101110 | 1011100 | 110001 | 11110 | 1010101 | 11100 |
Color Harmonies of #83470B
Complementary color
Monochromatic Colors of #83470B
Black with #83470B
Text Example
Text Example
White with #83470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83470B; }
p { color: rgb(131,71,11); }
H1.HeaderClassName
{
color: #83470B;
}
.AnyTagClassName
{
color: #83470B;
}
</style>
background-color css
<style>
a { background-color: #83470B; }
a { background-color: rgb(131,71,11); }
div.DivClassName
{
background-color: #83470B;
}
.BgClassName
{
background-color: #83470B;
}
</style>
border-color css
<style>
span { border-color: #83470B; }
span { border-color: rgb(131,71,11); }
td.TdClassName
{
border-color: #83470B;
}
.TagClassName
{
border-color: #83470B;
}
</style>