Shades of Saddle Brown #884C02
Tints of Saddle Brown #884C02
RGB
CMYK
RGB Variations
Color information
#884C02 (or 0x884C02) is known color: Saddle Brown. HEX triplet: 88, 4C and 02. RGB value is (136,76,2). Sum of RGB (Red+Green+Blue) = 136+76+2=214 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.55% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 136 - color contains mainly: red. Hex color #884C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C02 is #77B3FD. Grayscale: #555555. Windows color (decimal): -7844862 or 150664. OLE color: 150664.
HSL color Cylindrical-coordinate representation of color #884C02: hue angle of 33.13º 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 #884C02 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.47 |
| HSL | 33.13º | 0.97% | 0.27% | - |
| HSV(B) | 33.13º | 0.99% | 0.53% | - |
| XYZ | 12.75 | 10.41 | 1.39 | - |
| YUV | 85.5 | 80.88 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 2 | 0 | 0.44 | 0.99 | 0.47 | 33.13 | 0.97 | 0.27 |
| Hex | 88 | 4C | 2 | 0 | 2C | 63 | 2F | 21 | 61 | 1B |
| Octal | 210 | 114 | 2 | 0 | 54 | 143 | 57 | 41 | 141 | 33 |
| Binary | 10001000 | 1001100 | 10 | 0 | 101100 | 1100011 | 101111 | 100001 | 1100001 | 11011 |
Color Harmonies of #884C02
Complementary color
Monochromatic Colors of #884C02
Black with #884C02
Text Example
Text Example
White with #884C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C02; }
p { color: rgb(136,76,2); }
H1.HeaderClassName
{
color: #884C02;
}
.AnyTagClassName
{
color: #884C02;
}
</style>
background-color css
<style>
a { background-color: #884C02; }
a { background-color: rgb(136,76,2); }
div.DivClassName
{
background-color: #884C02;
}
.BgClassName
{
background-color: #884C02;
}
</style>
border-color css
<style>
span { border-color: #884C02; }
span { border-color: rgb(136,76,2); }
td.TdClassName
{
border-color: #884C02;
}
.TagClassName
{
border-color: #884C02;
}
</style>