Shades of Saddle Brown #83400D
Tints of Saddle Brown #83400D
RGB
CMYK
RGB Variations
Color information
#83400D (or 0x83400D) is known color: Saddle Brown. HEX triplet: 83, 40 and 0D. RGB value is (131,64,13). Sum of RGB (Red+Green+Blue) = 131+64+13=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 13 (5.47% from 255 or 6.25% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83400D is #7CBFF2. Grayscale: #4E4E4E. Windows color (decimal): -8175603 or 868483. OLE color: 868483.
HSL color Cylindrical-coordinate representation of color #83400D: hue angle of 25.93º 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 #83400D is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 64 | 13 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.49 |
| HSL | 25.93º | 0.82% | 0.28% | - |
| HSV(B) | 25.93º | 0.9% | 0.51% | - |
| XYZ | 11.27 | 8.52 | 1.43 | - |
| YUV | 78.22 | 91.2 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 13 | 0 | 0.51 | 0.90 | 0.49 | 25.93 | 0.82 | 0.28 |
| Hex | 83 | 40 | D | 0 | 33 | 5A | 31 | 1A | 52 | 1C |
| Octal | 203 | 100 | 15 | 0 | 63 | 132 | 61 | 32 | 122 | 34 |
| Binary | 10000011 | 1000000 | 1101 | 0 | 110011 | 1011010 | 110001 | 11010 | 1010010 | 11100 |
Color Harmonies of #83400D
Complementary color
Monochromatic Colors of #83400D
Black with #83400D
Text Example
Text Example
White with #83400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83400D; }
p { color: rgb(131,64,13); }
H1.HeaderClassName
{
color: #83400D;
}
.AnyTagClassName
{
color: #83400D;
}
</style>
background-color css
<style>
a { background-color: #83400D; }
a { background-color: rgb(131,64,13); }
div.DivClassName
{
background-color: #83400D;
}
.BgClassName
{
background-color: #83400D;
}
</style>
border-color css
<style>
span { border-color: #83400D; }
span { border-color: rgb(131,64,13); }
td.TdClassName
{
border-color: #83400D;
}
.TagClassName
{
border-color: #83400D;
}
</style>