Shades of Saddle Brown #833E0D
Tints of Saddle Brown #833E0D
RGB
CMYK
RGB Variations
Color information
#833E0D (or 0x833E0D) is known color: Saddle Brown. HEX triplet: 83, 3E and 0D. RGB value is (131,62,13). Sum of RGB (Red+Green+Blue) = 131+62+13=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #833E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833E0D is #7CC1F2. Grayscale: #4D4D4D. Windows color (decimal): -8176115 or 867971. OLE color: 867971.
HSL color Cylindrical-coordinate representation of color #833E0D: hue angle of 24.92º 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 #833E0D is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 13 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.49 |
| HSL | 24.92º | 0.82% | 0.28% | - |
| HSV(B) | 24.92º | 0.9% | 0.51% | - |
| XYZ | 11.16 | 8.3 | 1.39 | - |
| YUV | 77.05 | 91.86 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 13 | 0 | 0.53 | 0.90 | 0.49 | 24.92 | 0.82 | 0.28 |
| Hex | 83 | 3E | D | 0 | 35 | 5A | 31 | 19 | 52 | 1C |
| Octal | 203 | 76 | 15 | 0 | 65 | 132 | 61 | 31 | 122 | 34 |
| Binary | 10000011 | 111110 | 1101 | 0 | 110101 | 1011010 | 110001 | 11001 | 1010010 | 11100 |
Color Harmonies of #833E0D
Complementary color
Monochromatic Colors of #833E0D
Black with #833E0D
Text Example
Text Example
White with #833E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E0D; }
p { color: rgb(131,62,13); }
H1.HeaderClassName
{
color: #833E0D;
}
.AnyTagClassName
{
color: #833E0D;
}
</style>
background-color css
<style>
a { background-color: #833E0D; }
a { background-color: rgb(131,62,13); }
div.DivClassName
{
background-color: #833E0D;
}
.BgClassName
{
background-color: #833E0D;
}
</style>
border-color css
<style>
span { border-color: #833E0D; }
span { border-color: rgb(131,62,13); }
td.TdClassName
{
border-color: #833E0D;
}
.TagClassName
{
border-color: #833E0D;
}
</style>