Shades of Saddle Brown #884501
Tints of Saddle Brown #884501
RGB
CMYK
RGB Variations
Color information
#884501 (or 0x884501) is known color: Saddle Brown. HEX triplet: 88, 45 and 01. RGB value is (136,69,1). Sum of RGB (Red+Green+Blue) = 136+69+1=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #884501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884501 is #77BAFE. Grayscale: #515151. Windows color (decimal): -7846655 or 83336. OLE color: 83336.
HSL color Cylindrical-coordinate representation of color #884501: hue angle of 30.22º 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 #884501 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 69 | 1 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.47 |
| HSL | 30.22º | 0.99% | 0.27% | - |
| HSV(B) | 30.22º | 0.99% | 0.53% | - |
| XYZ | 12.29 | 9.49 | 1.21 | - |
| YUV | 81.28 | 82.7 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 69 | 1 | 0 | 0.49 | 0.99 | 0.47 | 30.22 | 0.99 | 0.27 |
| Hex | 88 | 45 | 1 | 0 | 31 | 63 | 2F | 1E | 63 | 1B |
| Octal | 210 | 105 | 1 | 0 | 61 | 143 | 57 | 36 | 143 | 33 |
| Binary | 10001000 | 1000101 | 1 | 0 | 110001 | 1100011 | 101111 | 11110 | 1100011 | 11011 |
Color Harmonies of #884501
Complementary color
Monochromatic Colors of #884501
Black with #884501
Text Example
Text Example
White with #884501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884501; }
p { color: rgb(136,69,1); }
H1.HeaderClassName
{
color: #884501;
}
.AnyTagClassName
{
color: #884501;
}
</style>
background-color css
<style>
a { background-color: #884501; }
a { background-color: rgb(136,69,1); }
div.DivClassName
{
background-color: #884501;
}
.BgClassName
{
background-color: #884501;
}
</style>
border-color css
<style>
span { border-color: #884501; }
span { border-color: rgb(136,69,1); }
td.TdClassName
{
border-color: #884501;
}
.TagClassName
{
border-color: #884501;
}
</style>