Shades of Saddle Brown #83470D
Tints of Saddle Brown #83470D
RGB
CMYK
RGB Variations
Color information
#83470D (or 0x83470D) is known color: Saddle Brown. HEX triplet: 83, 47 and 0D. RGB value is (131,71,13). Sum of RGB (Red+Green+Blue) = 131+71+13=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #83470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83470D is #7CB8F2. Grayscale: #525252. Windows color (decimal): -8173811 or 870275. OLE color: 870275.
HSL color Cylindrical-coordinate representation of color #83470D: hue angle of 29.49º 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 #83470D is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 71 | 13 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.49 |
| HSL | 29.49º | 0.82% | 0.28% | - |
| HSV(B) | 29.49º | 0.9% | 0.51% | - |
| XYZ | 11.69 | 9.36 | 1.57 | - |
| YUV | 82.33 | 88.88 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 13 | 0 | 0.46 | 0.90 | 0.49 | 29.49 | 0.82 | 0.28 |
| Hex | 83 | 47 | D | 0 | 2E | 5A | 31 | 1D | 52 | 1C |
| Octal | 203 | 107 | 15 | 0 | 56 | 132 | 61 | 35 | 122 | 34 |
| Binary | 10000011 | 1000111 | 1101 | 0 | 101110 | 1011010 | 110001 | 11101 | 1010010 | 11100 |
Color Harmonies of #83470D
Complementary color
Monochromatic Colors of #83470D
Black with #83470D
Text Example
Text Example
White with #83470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83470D; }
p { color: rgb(131,71,13); }
H1.HeaderClassName
{
color: #83470D;
}
.AnyTagClassName
{
color: #83470D;
}
</style>
background-color css
<style>
a { background-color: #83470D; }
a { background-color: rgb(131,71,13); }
div.DivClassName
{
background-color: #83470D;
}
.BgClassName
{
background-color: #83470D;
}
</style>
border-color css
<style>
span { border-color: #83470D; }
span { border-color: rgb(131,71,13); }
td.TdClassName
{
border-color: #83470D;
}
.TagClassName
{
border-color: #83470D;
}
</style>