Shades of Saddle Brown #883F0B
Tints of Saddle Brown #883F0B
RGB
CMYK
RGB Variations
Color information
#883F0B (or 0x883F0B) is known color: Saddle Brown. HEX triplet: 88, 3F and 0B. RGB value is (136,63,11). Sum of RGB (Red+Green+Blue) = 136+63+11=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #883F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F0B is #77C0F4. Grayscale: #4F4F4F. Windows color (decimal): -7848181 or 737160. OLE color: 737160.
HSL color Cylindrical-coordinate representation of color #883F0B: hue angle of 24.96º 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 #883F0B is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 11 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.47 |
| HSL | 24.96º | 0.85% | 0.29% | - |
| HSV(B) | 24.96º | 0.92% | 0.53% | - |
| XYZ | 11.99 | 8.81 | 1.39 | - |
| YUV | 78.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 11 | 0 | 0.54 | 0.92 | 0.47 | 24.96 | 0.85 | 0.29 |
| Hex | 88 | 3F | B | 0 | 36 | 5C | 2F | 19 | 55 | 1D |
| Octal | 210 | 77 | 13 | 0 | 66 | 134 | 57 | 31 | 125 | 35 |
| Binary | 10001000 | 111111 | 1011 | 0 | 110110 | 1011100 | 101111 | 11001 | 1010101 | 11101 |
Color Harmonies of #883F0B
Complementary color
Monochromatic Colors of #883F0B
Black with #883F0B
Text Example
Text Example
White with #883F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F0B; }
p { color: rgb(136,63,11); }
H1.HeaderClassName
{
color: #883F0B;
}
.AnyTagClassName
{
color: #883F0B;
}
</style>
background-color css
<style>
a { background-color: #883F0B; }
a { background-color: rgb(136,63,11); }
div.DivClassName
{
background-color: #883F0B;
}
.BgClassName
{
background-color: #883F0B;
}
</style>
border-color css
<style>
span { border-color: #883F0B; }
span { border-color: rgb(136,63,11); }
td.TdClassName
{
border-color: #883F0B;
}
.TagClassName
{
border-color: #883F0B;
}
</style>