Shades of Saddle Brown #883501
Tints of Saddle Brown #883501
RGB
CMYK
RGB Variations
Color information
#883501 (or 0x883501) is known color: Saddle Brown. HEX triplet: 88, 35 and 01. RGB value is (136,53,1). Sum of RGB (Red+Green+Blue) = 136+53+1=190 (25% of max value = 765). Red value is 136 (53.52% from 255 or 71.58% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 136 - color contains mainly: red. Hex color #883501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883501 is #77CAFE. Grayscale: #484848. Windows color (decimal): -7850751 or 79240. OLE color: 79240.
HSL color Cylindrical-coordinate representation of color #883501: hue angle of 23.11º 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 #883501 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 1 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.47 |
| HSL | 23.11º | 0.99% | 0.27% | - |
| HSV(B) | 23.11º | 0.99% | 0.53% | - |
| XYZ | 11.43 | 7.78 | 0.93 | - |
| YUV | 71.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 1 | 0 | 0.61 | 0.99 | 0.47 | 23.11 | 0.99 | 0.27 |
| Hex | 88 | 35 | 1 | 0 | 3D | 63 | 2F | 17 | 63 | 1B |
| Octal | 210 | 65 | 1 | 0 | 75 | 143 | 57 | 27 | 143 | 33 |
| Binary | 10001000 | 110101 | 1 | 0 | 111101 | 1100011 | 101111 | 10111 | 1100011 | 11011 |
Color Harmonies of #883501
Complementary color
Monochromatic Colors of #883501
Black with #883501
Text Example
Text Example
White with #883501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883501; }
p { color: rgb(136,53,1); }
H1.HeaderClassName
{
color: #883501;
}
.AnyTagClassName
{
color: #883501;
}
</style>
background-color css
<style>
a { background-color: #883501; }
a { background-color: rgb(136,53,1); }
div.DivClassName
{
background-color: #883501;
}
.BgClassName
{
background-color: #883501;
}
</style>
border-color css
<style>
span { border-color: #883501; }
span { border-color: rgb(136,53,1); }
td.TdClassName
{
border-color: #883501;
}
.TagClassName
{
border-color: #883501;
}
</style>