Shades of Saddle Brown #882C00
Tints of Saddle Brown #882C00
RGB
CMYK
RGB Variations
Color information
#882C00 (or 0x882C00) is known color: Saddle Brown. HEX triplet: 88, 2C and 00. RGB value is (136,44,0). Sum of RGB (Red+Green+Blue) = 136+44+0=180 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.56% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 136 - color contains mainly: red. Hex color #882C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C00 is #77D3FF. Grayscale: #424242. Windows color (decimal): -7853056 or 11400. OLE color: 11400.
HSL color Cylindrical-coordinate representation of color #882C00: hue angle of 19.41º 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 #882C00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.47 |
| HSL | 19.41º | 1% | 0.27% | - |
| HSV(B) | 19.41º | 1% | 0.53% | - |
| XYZ | 11.05 | 7.04 | 0.78 | - |
| YUV | 66.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 0 | 0 | 0.68 | 1 | 0.47 | 19.41 | 1 | 0.27 |
| Hex | 88 | 2C | 0 | 0 | 44 | 64 | 2F | 13 | 64 | 1B |
| Octal | 210 | 54 | 0 | 0 | 104 | 144 | 57 | 23 | 144 | 33 |
| Binary | 10001000 | 101100 | 0 | 0 | 1000100 | 1100100 | 101111 | 10011 | 1100100 | 11011 |
Color Harmonies of #882C00
Complementary color
Monochromatic Colors of #882C00
Black with #882C00
Text Example
Text Example
White with #882C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C00; }
p { color: rgb(136,44,0); }
H1.HeaderClassName
{
color: #882C00;
}
.AnyTagClassName
{
color: #882C00;
}
</style>
background-color css
<style>
a { background-color: #882C00; }
a { background-color: rgb(136,44,0); }
div.DivClassName
{
background-color: #882C00;
}
.BgClassName
{
background-color: #882C00;
}
</style>
border-color css
<style>
span { border-color: #882C00; }
span { border-color: rgb(136,44,0); }
td.TdClassName
{
border-color: #882C00;
}
.TagClassName
{
border-color: #882C00;
}
</style>