Shades of Saddle Brown #833B15
Tints of Saddle Brown #833B15
RGB
CMYK
RGB Variations
Color information
#833B15 (or 0x833B15) is known color: Saddle Brown. HEX triplet: 83, 3B and 15. RGB value is (131,59,21). Sum of RGB (Red+Green+Blue) = 131+59+21=211 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.09% from 211); Green value is 59 (23.44% from 255 or 27.96% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 131 - color contains mainly: red. Hex color #833B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B15 is #7CC4EA. Grayscale: #4C4C4C. Windows color (decimal): -8176875 or 1391491. OLE color: 1391491.
HSL color Cylindrical-coordinate representation of color #833B15: hue angle of 20.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #833B15 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 21 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.49 |
| HSL | 20.73º | 0.72% | 0.3% | - |
| HSV(B) | 20.73º | 0.84% | 0.51% | - |
| XYZ | 11.06 | 8.01 | 1.67 | - |
| YUV | 76.2 | 96.85 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 21 | 0 | 0.55 | 0.84 | 0.49 | 20.73 | 0.72 | 0.3 |
| Hex | 83 | 3B | 15 | 0 | 37 | 54 | 31 | 15 | 48 | 1E |
| Octal | 203 | 73 | 25 | 0 | 67 | 124 | 61 | 25 | 110 | 36 |
| Binary | 10000011 | 111011 | 10101 | 0 | 110111 | 1010100 | 110001 | 10101 | 1001000 | 11110 |
Color Harmonies of #833B15
Complementary color
Monochromatic Colors of #833B15
Black with #833B15
Text Example
Text Example
White with #833B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B15; }
p { color: rgb(131,59,21); }
H1.HeaderClassName
{
color: #833B15;
}
.AnyTagClassName
{
color: #833B15;
}
</style>
background-color css
<style>
a { background-color: #833B15; }
a { background-color: rgb(131,59,21); }
div.DivClassName
{
background-color: #833B15;
}
.BgClassName
{
background-color: #833B15;
}
</style>
border-color css
<style>
span { border-color: #833B15; }
span { border-color: rgb(131,59,21); }
td.TdClassName
{
border-color: #833B15;
}
.TagClassName
{
border-color: #833B15;
}
</style>