Shades of Saddle Brown #884901
Tints of Saddle Brown #884901
RGB
CMYK
RGB Variations
Color information
#884901 (or 0x884901) is known color: Saddle Brown. HEX triplet: 88, 49 and 01. RGB value is (136,73,1). Sum of RGB (Red+Green+Blue) = 136+73+1=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #884901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884901 is #77B6FE. Grayscale: #535353. Windows color (decimal): -7845631 or 84360. OLE color: 84360.
HSL color Cylindrical-coordinate representation of color #884901: hue angle of 32º 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 #884901 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.47 |
| HSL | 32º | 0.99% | 0.27% | - |
| HSV(B) | 32º | 0.99% | 0.53% | - |
| XYZ | 12.54 | 10 | 1.3 | - |
| YUV | 83.63 | 81.37 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 1 | 0 | 0.46 | 0.99 | 0.47 | 32 | 0.99 | 0.27 |
| Hex | 88 | 49 | 1 | 0 | 2E | 63 | 2F | 20 | 63 | 1B |
| Octal | 210 | 111 | 1 | 0 | 56 | 143 | 57 | 40 | 143 | 33 |
| Binary | 10001000 | 1001001 | 1 | 0 | 101110 | 1100011 | 101111 | 100000 | 1100011 | 11011 |
Color Harmonies of #884901
Complementary color
Monochromatic Colors of #884901
Black with #884901
Text Example
Text Example
White with #884901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884901; }
p { color: rgb(136,73,1); }
H1.HeaderClassName
{
color: #884901;
}
.AnyTagClassName
{
color: #884901;
}
</style>
background-color css
<style>
a { background-color: #884901; }
a { background-color: rgb(136,73,1); }
div.DivClassName
{
background-color: #884901;
}
.BgClassName
{
background-color: #884901;
}
</style>
border-color css
<style>
span { border-color: #884901; }
span { border-color: rgb(136,73,1); }
td.TdClassName
{
border-color: #884901;
}
.TagClassName
{
border-color: #884901;
}
</style>