Shades of Saddle Brown #882800
Tints of Saddle Brown #882800
RGB
CMYK
RGB Variations
Color information
#882800 (or 0x882800) is known color: Saddle Brown. HEX triplet: 88, 28 and 00. RGB value is (136,40,0). Sum of RGB (Red+Green+Blue) = 136+40+0=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #882800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882800 is #77D7FF. Grayscale: #404040. Windows color (decimal): -7854080 or 10376. OLE color: 10376.
HSL color Cylindrical-coordinate representation of color #882800: hue angle of 17.65º 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 #882800 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 40 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.47 |
| HSL | 17.65º | 1% | 0.27% | - |
| HSV(B) | 17.65º | 1% | 0.53% | - |
| XYZ | 10.91 | 6.75 | 0.73 | - |
| YUV | 64.14 | 91.8 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 40 | 0 | 0 | 0.71 | 1 | 0.47 | 17.65 | 1 | 0.27 |
| Hex | 88 | 28 | 0 | 0 | 47 | 64 | 2F | 12 | 64 | 1B |
| Octal | 210 | 50 | 0 | 0 | 107 | 144 | 57 | 22 | 144 | 33 |
| Binary | 10001000 | 101000 | 0 | 0 | 1000111 | 1100100 | 101111 | 10010 | 1100100 | 11011 |
Color Harmonies of #882800
Complementary color
Monochromatic Colors of #882800
Black with #882800
Text Example
Text Example
White with #882800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882800; }
p { color: rgb(136,40,0); }
H1.HeaderClassName
{
color: #882800;
}
.AnyTagClassName
{
color: #882800;
}
</style>
background-color css
<style>
a { background-color: #882800; }
a { background-color: rgb(136,40,0); }
div.DivClassName
{
background-color: #882800;
}
.BgClassName
{
background-color: #882800;
}
</style>
border-color css
<style>
span { border-color: #882800; }
span { border-color: rgb(136,40,0); }
td.TdClassName
{
border-color: #882800;
}
.TagClassName
{
border-color: #882800;
}
</style>