Shades of Saddle Brown #833B10
Tints of Saddle Brown #833B10
RGB
CMYK
RGB Variations
Color information
#833B10 (or 0x833B10) is known color: Saddle Brown. HEX triplet: 83, 3B and 10. RGB value is (131,59,16). Sum of RGB (Red+Green+Blue) = 131+59+16=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #833B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833B10 is #7CC4EF. Grayscale: #4B4B4B. Windows color (decimal): -8176880 or 1063811. OLE color: 1063811.
HSL color Cylindrical-coordinate representation of color #833B10: hue angle of 22.43º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #833B10 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 59 | 16 | - |
| CMYK | 0 | 0.55 | 0.88 | 0.49 |
| HSL | 22.43º | 0.78% | 0.29% | - |
| HSV(B) | 22.43º | 0.88% | 0.51% | - |
| XYZ | 11.02 | 7.99 | 1.45 | - |
| YUV | 75.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 59 | 16 | 0 | 0.55 | 0.88 | 0.49 | 22.43 | 0.78 | 0.29 |
| Hex | 83 | 3B | 10 | 0 | 37 | 58 | 31 | 16 | 4E | 1D |
| Octal | 203 | 73 | 20 | 0 | 67 | 130 | 61 | 26 | 116 | 35 |
| Binary | 10000011 | 111011 | 10000 | 0 | 110111 | 1011000 | 110001 | 10110 | 1001110 | 11101 |
Color Harmonies of #833B10
Complementary color
Monochromatic Colors of #833B10
Black with #833B10
Text Example
Text Example
White with #833B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833B10; }
p { color: rgb(131,59,16); }
H1.HeaderClassName
{
color: #833B10;
}
.AnyTagClassName
{
color: #833B10;
}
</style>
background-color css
<style>
a { background-color: #833B10; }
a { background-color: rgb(131,59,16); }
div.DivClassName
{
background-color: #833B10;
}
.BgClassName
{
background-color: #833B10;
}
</style>
border-color css
<style>
span { border-color: #833B10; }
span { border-color: rgb(131,59,16); }
td.TdClassName
{
border-color: #833B10;
}
.TagClassName
{
border-color: #833B10;
}
</style>