Shades of Saddle Brown #883411
Tints of Saddle Brown #883411
RGB
CMYK
RGB Variations
Color information
#883411 (or 0x883411) is known color: Saddle Brown. HEX triplet: 88, 34 and 11. RGB value is (136,52,17). Sum of RGB (Red+Green+Blue) = 136+52+17=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #883411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883411 is #77CBEE. Grayscale: #494949. Windows color (decimal): -7850991 or 1127560. OLE color: 1127560.
HSL color Cylindrical-coordinate representation of color #883411: hue angle of 17.65º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #883411 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 52 | 17 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.47 |
| HSL | 17.65º | 0.78% | 0.3% | - |
| HSV(B) | 17.65º | 0.88% | 0.53% | - |
| XYZ | 11.48 | 7.73 | 1.42 | - |
| YUV | 73.13 | 96.33 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 17 | 0 | 0.62 | 0.87 | 0.47 | 17.65 | 0.78 | 0.3 |
| Hex | 88 | 34 | 11 | 0 | 3E | 57 | 2F | 12 | 4E | 1E |
| Octal | 210 | 64 | 21 | 0 | 76 | 127 | 57 | 22 | 116 | 36 |
| Binary | 10001000 | 110100 | 10001 | 0 | 111110 | 1010111 | 101111 | 10010 | 1001110 | 11110 |
Color Harmonies of #883411
Complementary color
Monochromatic Colors of #883411
Black with #883411
Text Example
Text Example
White with #883411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883411; }
p { color: rgb(136,52,17); }
H1.HeaderClassName
{
color: #883411;
}
.AnyTagClassName
{
color: #883411;
}
</style>
background-color css
<style>
a { background-color: #883411; }
a { background-color: rgb(136,52,17); }
div.DivClassName
{
background-color: #883411;
}
.BgClassName
{
background-color: #883411;
}
</style>
border-color css
<style>
span { border-color: #883411; }
span { border-color: rgb(136,52,17); }
td.TdClassName
{
border-color: #883411;
}
.TagClassName
{
border-color: #883411;
}
</style>