Shades of Saddle Brown #882C03
Tints of Saddle Brown #882C03
RGB
CMYK
RGB Variations
Color information
#882C03 (or 0x882C03) is known color: Saddle Brown. HEX triplet: 88, 2C and 03. RGB value is (136,44,3). Sum of RGB (Red+Green+Blue) = 136+44+3=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #882C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882C03 is #77D3FC. Grayscale: #434343. Windows color (decimal): -7853053 or 208008. OLE color: 208008.
HSL color Cylindrical-coordinate representation of color #882C03: hue angle of 18.5º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #882C03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 44 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.47 |
| HSL | 18.5º | 0.96% | 0.27% | - |
| HSV(B) | 18.5º | 0.98% | 0.53% | - |
| XYZ | 11.07 | 7.04 | 0.86 | - |
| YUV | 66.83 | 91.98 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 44 | 3 | 0 | 0.68 | 0.98 | 0.47 | 18.5 | 0.96 | 0.27 |
| Hex | 88 | 2C | 3 | 0 | 44 | 62 | 2F | 12 | 60 | 1B |
| Octal | 210 | 54 | 3 | 0 | 104 | 142 | 57 | 22 | 140 | 33 |
| Binary | 10001000 | 101100 | 11 | 0 | 1000100 | 1100010 | 101111 | 10010 | 1100000 | 11011 |
Color Harmonies of #882C03
Complementary color
Monochromatic Colors of #882C03
Black with #882C03
Text Example
Text Example
White with #882C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882C03; }
p { color: rgb(136,44,3); }
H1.HeaderClassName
{
color: #882C03;
}
.AnyTagClassName
{
color: #882C03;
}
</style>
background-color css
<style>
a { background-color: #882C03; }
a { background-color: rgb(136,44,3); }
div.DivClassName
{
background-color: #882C03;
}
.BgClassName
{
background-color: #882C03;
}
</style>
border-color css
<style>
span { border-color: #882C03; }
span { border-color: rgb(136,44,3); }
td.TdClassName
{
border-color: #882C03;
}
.TagClassName
{
border-color: #882C03;
}
</style>