Shades of Saddle Brown #884C01
Tints of Saddle Brown #884C01
RGB
CMYK
RGB Variations
Color information
#884C01 (or 0x884C01) is known color: Saddle Brown. HEX triplet: 88, 4C and 01. RGB value is (136,76,1). Sum of RGB (Red+Green+Blue) = 136+76+1=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 1 (0.78% from 255 or 0.47% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #884C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884C01 is #77B3FE. Grayscale: #555555. Windows color (decimal): -7844863 or 85128. OLE color: 85128.
HSL color Cylindrical-coordinate representation of color #884C01: hue angle of 33.33º degrees, saturation: 0.99, 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 #884C01 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 76 | 1 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.47 |
| HSL | 33.33º | 0.99% | 0.27% | - |
| HSV(B) | 33.33º | 0.99% | 0.53% | - |
| XYZ | 12.74 | 10.41 | 1.37 | - |
| YUV | 85.39 | 80.38 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 76 | 1 | 0 | 0.44 | 0.99 | 0.47 | 33.33 | 0.99 | 0.27 |
| Hex | 88 | 4C | 1 | 0 | 2C | 63 | 2F | 21 | 63 | 1B |
| Octal | 210 | 114 | 1 | 0 | 54 | 143 | 57 | 41 | 143 | 33 |
| Binary | 10001000 | 1001100 | 1 | 0 | 101100 | 1100011 | 101111 | 100001 | 1100011 | 11011 |
Color Harmonies of #884C01
Complementary color
Monochromatic Colors of #884C01
Black with #884C01
Text Example
Text Example
White with #884C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884C01; }
p { color: rgb(136,76,1); }
H1.HeaderClassName
{
color: #884C01;
}
.AnyTagClassName
{
color: #884C01;
}
</style>
background-color css
<style>
a { background-color: #884C01; }
a { background-color: rgb(136,76,1); }
div.DivClassName
{
background-color: #884C01;
}
.BgClassName
{
background-color: #884C01;
}
</style>
border-color css
<style>
span { border-color: #884C01; }
span { border-color: rgb(136,76,1); }
td.TdClassName
{
border-color: #884C01;
}
.TagClassName
{
border-color: #884C01;
}
</style>