Shades of Saddle Brown #882C02
Tints of Saddle Brown #882C02
RGB
CMYK
RGB Variations
Color information
#882C02 (or 0x882C02) is known color: Saddle Brown. HEX triplet: 88, 2C and 02. RGB value is (136,44,2). Sum of RGB (Red+Green+Blue) = 136+44+2=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #882C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C02 is #77D3FD. Grayscale: #424242. Windows color (decimal): -7853054 or 142472. OLE color: 142472.
HSL color Cylindrical-coordinate representation of color #882C02: hue angle of 18.81º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #882C02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.47 |
| HSL | 18.81º | 0.97% | 0.27% | - |
| HSV(B) | 18.81º | 0.99% | 0.53% | - |
| XYZ | 11.06 | 7.04 | 0.83 | - |
| YUV | 66.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 2 | 0 | 0.68 | 0.99 | 0.47 | 18.81 | 0.97 | 0.27 |
| Hex | 88 | 2C | 2 | 0 | 44 | 63 | 2F | 13 | 61 | 1B |
| Octal | 210 | 54 | 2 | 0 | 104 | 143 | 57 | 23 | 141 | 33 |
| Binary | 10001000 | 101100 | 10 | 0 | 1000100 | 1100011 | 101111 | 10011 | 1100001 | 11011 |
Color Harmonies of #882C02
Complementary color
Monochromatic Colors of #882C02
Black with #882C02
Text Example
Text Example
White with #882C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C02; }
p { color: rgb(136,44,2); }
H1.HeaderClassName
{
color: #882C02;
}
.AnyTagClassName
{
color: #882C02;
}
</style>
background-color css
<style>
a { background-color: #882C02; }
a { background-color: rgb(136,44,2); }
div.DivClassName
{
background-color: #882C02;
}
.BgClassName
{
background-color: #882C02;
}
</style>
border-color css
<style>
span { border-color: #882C02; }
span { border-color: rgb(136,44,2); }
td.TdClassName
{
border-color: #882C02;
}
.TagClassName
{
border-color: #882C02;
}
</style>