Shades of Saddle Brown #83360D
Tints of Saddle Brown #83360D
RGB
CMYK
RGB Variations
Color information
#83360D (or 0x83360D) is known color: Saddle Brown. HEX triplet: 83, 36 and 0D. RGB value is (131,54,13). Sum of RGB (Red+Green+Blue) = 131+54+13=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83360D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83360D is #7CC9F2. Grayscale: #484848. Windows color (decimal): -8178163 or 865923. OLE color: 865923.
HSL color Cylindrical-coordinate representation of color #83360D: hue angle of 20.85º 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 #83360D is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 54 | 13 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.49 |
| HSL | 20.85º | 0.82% | 0.28% | - |
| HSV(B) | 20.85º | 0.9% | 0.51% | - |
| XYZ | 10.75 | 7.49 | 1.26 | - |
| YUV | 72.35 | 94.51 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 13 | 0 | 0.59 | 0.90 | 0.49 | 20.85 | 0.82 | 0.28 |
| Hex | 83 | 36 | D | 0 | 3B | 5A | 31 | 15 | 52 | 1C |
| Octal | 203 | 66 | 15 | 0 | 73 | 132 | 61 | 25 | 122 | 34 |
| Binary | 10000011 | 110110 | 1101 | 0 | 111011 | 1011010 | 110001 | 10101 | 1010010 | 11100 |
Color Harmonies of #83360D
Complementary color
Monochromatic Colors of #83360D
Black with #83360D
Text Example
Text Example
White with #83360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83360D; }
p { color: rgb(131,54,13); }
H1.HeaderClassName
{
color: #83360D;
}
.AnyTagClassName
{
color: #83360D;
}
</style>
background-color css
<style>
a { background-color: #83360D; }
a { background-color: rgb(131,54,13); }
div.DivClassName
{
background-color: #83360D;
}
.BgClassName
{
background-color: #83360D;
}
</style>
border-color css
<style>
span { border-color: #83360D; }
span { border-color: rgb(131,54,13); }
td.TdClassName
{
border-color: #83360D;
}
.TagClassName
{
border-color: #83360D;
}
</style>