Shades of Saddle Brown #884C03
Tints of Saddle Brown #884C03
RGB
CMYK
RGB Variations
Color information
#884C03 (or 0x884C03) is known color: Saddle Brown. HEX triplet: 88, 4C and 03. RGB value is (136,76,3). Sum of RGB (Red+Green+Blue) = 136+76+3=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 76 (30.08% from 255 or 35.35% from 215); Blue value is 3 (1.56% from 255 or 1.40% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #884C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C03 is #77B3FC. Grayscale: #555555. Windows color (decimal): -7844861 or 216200. OLE color: 216200.
HSL color Cylindrical-coordinate representation of color #884C03: hue angle of 32.93º 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 #884C03 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 3 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.47 |
| HSL | 32.93º | 0.96% | 0.27% | - |
| HSV(B) | 32.93º | 0.98% | 0.53% | - |
| XYZ | 12.75 | 10.41 | 1.42 | - |
| YUV | 85.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 3 | 0 | 0.44 | 0.98 | 0.47 | 32.93 | 0.96 | 0.27 |
| Hex | 88 | 4C | 3 | 0 | 2C | 62 | 2F | 21 | 60 | 1B |
| Octal | 210 | 114 | 3 | 0 | 54 | 142 | 57 | 41 | 140 | 33 |
| Binary | 10001000 | 1001100 | 11 | 0 | 101100 | 1100010 | 101111 | 100001 | 1100000 | 11011 |
Color Harmonies of #884C03
Complementary color
Monochromatic Colors of #884C03
Black with #884C03
Text Example
Text Example
White with #884C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C03; }
p { color: rgb(136,76,3); }
H1.HeaderClassName
{
color: #884C03;
}
.AnyTagClassName
{
color: #884C03;
}
</style>
background-color css
<style>
a { background-color: #884C03; }
a { background-color: rgb(136,76,3); }
div.DivClassName
{
background-color: #884C03;
}
.BgClassName
{
background-color: #884C03;
}
</style>
border-color css
<style>
span { border-color: #884C03; }
span { border-color: rgb(136,76,3); }
td.TdClassName
{
border-color: #884C03;
}
.TagClassName
{
border-color: #884C03;
}
</style>