Shades of Saddle Brown #884001
Tints of Saddle Brown #884001
RGB
CMYK
RGB Variations
Color information
#884001 (or 0x884001) is known color: Saddle Brown. HEX triplet: 88, 40 and 01. RGB value is (136,64,1). Sum of RGB (Red+Green+Blue) = 136+64+1=201 (26% of max value = 765). Red value is 136 (53.52% from 255 or 67.66% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 136 - color contains mainly: red. Hex color #884001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884001 is #77BFFE. Grayscale: #4E4E4E. Windows color (decimal): -7847935 or 82056. OLE color: 82056.
HSL color Cylindrical-coordinate representation of color #884001: hue angle of 28º 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 #884001 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.47 |
| HSL | 28º | 0.99% | 0.27% | - |
| HSV(B) | 28º | 0.99% | 0.53% | - |
| XYZ | 11.99 | 8.9 | 1.12 | - |
| YUV | 78.35 | 84.35 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 1 | 0 | 0.53 | 0.99 | 0.47 | 28 | 0.99 | 0.27 |
| Hex | 88 | 40 | 1 | 0 | 35 | 63 | 2F | 1C | 63 | 1B |
| Octal | 210 | 100 | 1 | 0 | 65 | 143 | 57 | 34 | 143 | 33 |
| Binary | 10001000 | 1000000 | 1 | 0 | 110101 | 1100011 | 101111 | 11100 | 1100011 | 11011 |
Color Harmonies of #884001
Complementary color
Monochromatic Colors of #884001
Black with #884001
Text Example
Text Example
White with #884001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884001; }
p { color: rgb(136,64,1); }
H1.HeaderClassName
{
color: #884001;
}
.AnyTagClassName
{
color: #884001;
}
</style>
background-color css
<style>
a { background-color: #884001; }
a { background-color: rgb(136,64,1); }
div.DivClassName
{
background-color: #884001;
}
.BgClassName
{
background-color: #884001;
}
</style>
border-color css
<style>
span { border-color: #884001; }
span { border-color: rgb(136,64,1); }
td.TdClassName
{
border-color: #884001;
}
.TagClassName
{
border-color: #884001;
}
</style>