Shades of Saddle Brown #833211
Tints of Saddle Brown #833211
RGB
CMYK
RGB Variations
Color information
#833211 (or 0x833211) is known color: Saddle Brown. HEX triplet: 83, 32 and 11. RGB value is (131,50,17). Sum of RGB (Red+Green+Blue) = 131+50+17=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #833211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833211 is #7CCDEE. Grayscale: #464646. Windows color (decimal): -8179183 or 1127043. OLE color: 1127043.
HSL color Cylindrical-coordinate representation of color #833211: hue angle of 17.37º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #833211 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 50 | 17 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.49 |
| HSL | 17.37º | 0.77% | 0.29% | - |
| HSV(B) | 17.37º | 0.87% | 0.51% | - |
| XYZ | 10.6 | 7.15 | 1.35 | - |
| YUV | 70.46 | 97.84 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 50 | 17 | 0 | 0.62 | 0.87 | 0.49 | 17.37 | 0.77 | 0.29 |
| Hex | 83 | 32 | 11 | 0 | 3E | 57 | 31 | 11 | 4D | 1D |
| Octal | 203 | 62 | 21 | 0 | 76 | 127 | 61 | 21 | 115 | 35 |
| Binary | 10000011 | 110010 | 10001 | 0 | 111110 | 1010111 | 110001 | 10001 | 1001101 | 11101 |
Color Harmonies of #833211
Complementary color
Monochromatic Colors of #833211
Black with #833211
Text Example
Text Example
White with #833211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833211; }
p { color: rgb(131,50,17); }
H1.HeaderClassName
{
color: #833211;
}
.AnyTagClassName
{
color: #833211;
}
</style>
background-color css
<style>
a { background-color: #833211; }
a { background-color: rgb(131,50,17); }
div.DivClassName
{
background-color: #833211;
}
.BgClassName
{
background-color: #833211;
}
</style>
border-color css
<style>
span { border-color: #833211; }
span { border-color: rgb(131,50,17); }
td.TdClassName
{
border-color: #833211;
}
.TagClassName
{
border-color: #833211;
}
</style>