Shades of Saddle Brown #833E11
Tints of Saddle Brown #833E11
RGB
CMYK
RGB Variations
Color information
#833E11 (or 0x833E11) is known color: Saddle Brown. HEX triplet: 83, 3E and 11. RGB value is (131,62,17). Sum of RGB (Red+Green+Blue) = 131+62+17=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #833E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833E11 is #7CC1EE. Grayscale: #4D4D4D. Windows color (decimal): -8176111 or 1130115. OLE color: 1130115.
HSL color Cylindrical-coordinate representation of color #833E11: hue angle of 23.68º 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 #833E11 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 62 | 17 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.49 |
| HSL | 23.68º | 0.77% | 0.29% | - |
| HSV(B) | 23.68º | 0.87% | 0.51% | - |
| XYZ | 11.18 | 8.31 | 1.55 | - |
| YUV | 77.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 62 | 17 | 0 | 0.53 | 0.87 | 0.49 | 23.68 | 0.77 | 0.29 |
| Hex | 83 | 3E | 11 | 0 | 35 | 57 | 31 | 18 | 4D | 1D |
| Octal | 203 | 76 | 21 | 0 | 65 | 127 | 61 | 30 | 115 | 35 |
| Binary | 10000011 | 111110 | 10001 | 0 | 110101 | 1010111 | 110001 | 11000 | 1001101 | 11101 |
Color Harmonies of #833E11
Complementary color
Monochromatic Colors of #833E11
Black with #833E11
Text Example
Text Example
White with #833E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #833E11; }
p { color: rgb(131,62,17); }
H1.HeaderClassName
{
color: #833E11;
}
.AnyTagClassName
{
color: #833E11;
}
</style>
background-color css
<style>
a { background-color: #833E11; }
a { background-color: rgb(131,62,17); }
div.DivClassName
{
background-color: #833E11;
}
.BgClassName
{
background-color: #833E11;
}
</style>
border-color css
<style>
span { border-color: #833E11; }
span { border-color: rgb(131,62,17); }
td.TdClassName
{
border-color: #833E11;
}
.TagClassName
{
border-color: #833E11;
}
</style>