Shades of Saddle Brown #883A11
Tints of Saddle Brown #883A11
RGB
CMYK
RGB Variations
Color information
#883A11 (or 0x883A11) is known color: Saddle Brown. HEX triplet: 88, 3A and 11. RGB value is (136,58,17). Sum of RGB (Red+Green+Blue) = 136+58+17=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #883A11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883A11 is #77C5EE. Grayscale: #4C4C4C. Windows color (decimal): -7849455 or 1129096. OLE color: 1129096.
HSL color Cylindrical-coordinate representation of color #883A11: hue angle of 20.67º 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 #883A11 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 58 | 17 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.47 |
| HSL | 20.67º | 0.78% | 0.3% | - |
| HSV(B) | 20.67º | 0.88% | 0.53% | - |
| XYZ | 11.77 | 8.3 | 1.51 | - |
| YUV | 76.65 | 94.34 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 17 | 0 | 0.57 | 0.87 | 0.47 | 20.67 | 0.78 | 0.3 |
| Hex | 88 | 3A | 11 | 0 | 39 | 57 | 2F | 15 | 4E | 1E |
| Octal | 210 | 72 | 21 | 0 | 71 | 127 | 57 | 25 | 116 | 36 |
| Binary | 10001000 | 111010 | 10001 | 0 | 111001 | 1010111 | 101111 | 10101 | 1001110 | 11110 |
Color Harmonies of #883A11
Complementary color
Monochromatic Colors of #883A11
Black with #883A11
Text Example
Text Example
White with #883A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883A11; }
p { color: rgb(136,58,17); }
H1.HeaderClassName
{
color: #883A11;
}
.AnyTagClassName
{
color: #883A11;
}
</style>
background-color css
<style>
a { background-color: #883A11; }
a { background-color: rgb(136,58,17); }
div.DivClassName
{
background-color: #883A11;
}
.BgClassName
{
background-color: #883A11;
}
</style>
border-color css
<style>
span { border-color: #883A11; }
span { border-color: rgb(136,58,17); }
td.TdClassName
{
border-color: #883A11;
}
.TagClassName
{
border-color: #883A11;
}
</style>