Shades of Saddle Brown #883B0B
Tints of Saddle Brown #883B0B
RGB
CMYK
RGB Variations
Color information
#883B0B (or 0x883B0B) is known color: Saddle Brown. HEX triplet: 88, 3B and 0B. RGB value is (136,59,11). Sum of RGB (Red+Green+Blue) = 136+59+11=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #883B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883B0B is #77C4F4. Grayscale: #4C4C4C. Windows color (decimal): -7849205 or 736136. OLE color: 736136.
HSL color Cylindrical-coordinate representation of color #883B0B: hue angle of 23.04º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #883B0B is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 59 | 11 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.47 |
| HSL | 23.04º | 0.85% | 0.29% | - |
| HSV(B) | 23.04º | 0.92% | 0.53% | - |
| XYZ | 11.78 | 8.39 | 1.31 | - |
| YUV | 76.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 11 | 0 | 0.57 | 0.92 | 0.47 | 23.04 | 0.85 | 0.29 |
| Hex | 88 | 3B | B | 0 | 39 | 5C | 2F | 17 | 55 | 1D |
| Octal | 210 | 73 | 13 | 0 | 71 | 134 | 57 | 27 | 125 | 35 |
| Binary | 10001000 | 111011 | 1011 | 0 | 111001 | 1011100 | 101111 | 10111 | 1010101 | 11101 |
Color Harmonies of #883B0B
Complementary color
Monochromatic Colors of #883B0B
Black with #883B0B
Text Example
Text Example
White with #883B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883B0B; }
p { color: rgb(136,59,11); }
H1.HeaderClassName
{
color: #883B0B;
}
.AnyTagClassName
{
color: #883B0B;
}
</style>
background-color css
<style>
a { background-color: #883B0B; }
a { background-color: rgb(136,59,11); }
div.DivClassName
{
background-color: #883B0B;
}
.BgClassName
{
background-color: #883B0B;
}
</style>
border-color css
<style>
span { border-color: #883B0B; }
span { border-color: rgb(136,59,11); }
td.TdClassName
{
border-color: #883B0B;
}
.TagClassName
{
border-color: #883B0B;
}
</style>