Shades of Saddle Brown #883D00
Tints of Saddle Brown #883D00
RGB
CMYK
RGB Variations
Color information
#883D00 (or 0x883D00) is known color: Saddle Brown. HEX triplet: 88, 3D and 00. RGB value is (136,61,0). Sum of RGB (Red+Green+Blue) = 136+61+0=197 (26% of max value = 765). Red value is 136 (53.52% from 255 or 69.04% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 136 - color contains mainly: red. Hex color #883D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883D00 is #77C2FF. Grayscale: #4C4C4C. Windows color (decimal): -7848704 or 15752. OLE color: 15752.
HSL color Cylindrical-coordinate representation of color #883D00: hue angle of 26.91º 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 #883D00 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 61 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.47 |
| HSL | 26.91º | 1% | 0.27% | - |
| HSV(B) | 26.91º | 1% | 0.53% | - |
| XYZ | 11.82 | 8.57 | 1.03 | - |
| YUV | 76.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 0 | 0 | 0.55 | 1 | 0.47 | 26.91 | 1 | 0.27 |
| Hex | 88 | 3D | 0 | 0 | 37 | 64 | 2F | 1B | 64 | 1B |
| Octal | 210 | 75 | 0 | 0 | 67 | 144 | 57 | 33 | 144 | 33 |
| Binary | 10001000 | 111101 | 0 | 0 | 110111 | 1100100 | 101111 | 11011 | 1100100 | 11011 |
Color Harmonies of #883D00
Complementary color
Monochromatic Colors of #883D00
Black with #883D00
Text Example
Text Example
White with #883D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883D00; }
p { color: rgb(136,61,0); }
H1.HeaderClassName
{
color: #883D00;
}
.AnyTagClassName
{
color: #883D00;
}
</style>
background-color css
<style>
a { background-color: #883D00; }
a { background-color: rgb(136,61,0); }
div.DivClassName
{
background-color: #883D00;
}
.BgClassName
{
background-color: #883D00;
}
</style>
border-color css
<style>
span { border-color: #883D00; }
span { border-color: rgb(136,61,0); }
td.TdClassName
{
border-color: #883D00;
}
.TagClassName
{
border-color: #883D00;
}
</style>