Shades of Saddle Brown #883F00
Tints of Saddle Brown #883F00
RGB
CMYK
RGB Variations
Color information
#883F00 (or 0x883F00) is known color: Saddle Brown. HEX triplet: 88, 3F and 00. RGB value is (136,63,0). Sum of RGB (Red+Green+Blue) = 136+63+0=199 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68.34% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 136 - color contains mainly: red. Hex color #883F00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883F00 is #77C0FF. Grayscale: #4D4D4D. Windows color (decimal): -7848192 or 16264. OLE color: 16264.
HSL color Cylindrical-coordinate representation of color #883F00: hue angle of 27.79º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #883F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 63 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.47 |
| HSL | 27.79º | 1% | 0.27% | - |
| HSV(B) | 27.79º | 1% | 0.53% | - |
| XYZ | 11.93 | 8.79 | 1.07 | - |
| YUV | 77.65 | 84.18 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 0 | 0 | 0.54 | 1 | 0.47 | 27.79 | 1 | 0.27 |
| Hex | 88 | 3F | 0 | 0 | 36 | 64 | 2F | 1C | 64 | 1B |
| Octal | 210 | 77 | 0 | 0 | 66 | 144 | 57 | 34 | 144 | 33 |
| Binary | 10001000 | 111111 | 0 | 0 | 110110 | 1100100 | 101111 | 11100 | 1100100 | 11011 |
Color Harmonies of #883F00
Complementary color
Monochromatic Colors of #883F00
Black with #883F00
Text Example
Text Example
White with #883F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883F00; }
p { color: rgb(136,63,0); }
H1.HeaderClassName
{
color: #883F00;
}
.AnyTagClassName
{
color: #883F00;
}
</style>
background-color css
<style>
a { background-color: #883F00; }
a { background-color: rgb(136,63,0); }
div.DivClassName
{
background-color: #883F00;
}
.BgClassName
{
background-color: #883F00;
}
</style>
border-color css
<style>
span { border-color: #883F00; }
span { border-color: rgb(136,63,0); }
td.TdClassName
{
border-color: #883F00;
}
.TagClassName
{
border-color: #883F00;
}
</style>