Shades of Saddle Brown #833C15
Tints of Saddle Brown #833C15
RGB
CMYK
RGB Variations
Color information
#833C15 (or 0x833C15) is known color: Saddle Brown. HEX triplet: 83, 3C and 15. RGB value is (131,60,21). Sum of RGB (Red+Green+Blue) = 131+60+21=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 21 (8.59% from 255 or 9.91% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #833C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833C15 is #7CC3EA. Grayscale: #4D4D4D. Windows color (decimal): -8176619 or 1391747. OLE color: 1391747.
HSL color Cylindrical-coordinate representation of color #833C15: hue angle of 21.27º 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 #833C15 is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 60 | 21 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.49 |
| HSL | 21.27º | 0.72% | 0.3% | - |
| HSV(B) | 21.27º | 0.84% | 0.51% | - |
| XYZ | 11.11 | 8.11 | 1.69 | - |
| YUV | 76.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 60 | 21 | 0 | 0.54 | 0.84 | 0.49 | 21.27 | 0.72 | 0.3 |
| Hex | 83 | 3C | 15 | 0 | 36 | 54 | 31 | 15 | 48 | 1E |
| Octal | 203 | 74 | 25 | 0 | 66 | 124 | 61 | 25 | 110 | 36 |
| Binary | 10000011 | 111100 | 10101 | 0 | 110110 | 1010100 | 110001 | 10101 | 1001000 | 11110 |
Color Harmonies of #833C15
Complementary color
Monochromatic Colors of #833C15
Black with #833C15
Text Example
Text Example
White with #833C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833C15; }
p { color: rgb(131,60,21); }
H1.HeaderClassName
{
color: #833C15;
}
.AnyTagClassName
{
color: #833C15;
}
</style>
background-color css
<style>
a { background-color: #833C15; }
a { background-color: rgb(131,60,21); }
div.DivClassName
{
background-color: #833C15;
}
.BgClassName
{
background-color: #833C15;
}
</style>
border-color css
<style>
span { border-color: #833C15; }
span { border-color: rgb(131,60,21); }
td.TdClassName
{
border-color: #833C15;
}
.TagClassName
{
border-color: #833C15;
}
</style>