Shades of Saddle Brown #885301
Tints of Saddle Brown #885301
RGB
CMYK
RGB Variations
Color information
#885301 (or 0x885301) is known color: Saddle Brown. HEX triplet: 88, 53 and 01. RGB value is (136,83,1). Sum of RGB (Red+Green+Blue) = 136+83+1=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 1 (0.78% from 255 or 0.45% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #885301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885301 is #77ACFE. Grayscale: #595959. Windows color (decimal): -7843071 or 86920. OLE color: 86920.
HSL color Cylindrical-coordinate representation of color #885301: hue angle of 36.44º 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 #885301 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 1 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.47 |
| HSL | 36.44º | 0.99% | 0.27% | - |
| HSV(B) | 36.44º | 0.99% | 0.53% | - |
| XYZ | 13.25 | 11.42 | 1.54 | - |
| YUV | 89.5 | 78.06 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 1 | 0 | 0.39 | 0.99 | 0.47 | 36.44 | 0.99 | 0.27 |
| Hex | 88 | 53 | 1 | 0 | 27 | 63 | 2F | 24 | 63 | 1B |
| Octal | 210 | 123 | 1 | 0 | 47 | 143 | 57 | 44 | 143 | 33 |
| Binary | 10001000 | 1010011 | 1 | 0 | 100111 | 1100011 | 101111 | 100100 | 1100011 | 11011 |
Color Harmonies of #885301
Complementary color
Monochromatic Colors of #885301
Black with #885301
Text Example
Text Example
White with #885301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885301; }
p { color: rgb(136,83,1); }
H1.HeaderClassName
{
color: #885301;
}
.AnyTagClassName
{
color: #885301;
}
</style>
background-color css
<style>
a { background-color: #885301; }
a { background-color: rgb(136,83,1); }
div.DivClassName
{
background-color: #885301;
}
.BgClassName
{
background-color: #885301;
}
</style>
border-color css
<style>
span { border-color: #885301; }
span { border-color: rgb(136,83,1); }
td.TdClassName
{
border-color: #885301;
}
.TagClassName
{
border-color: #885301;
}
</style>