Shades of Saddle Brown #883514
Tints of Saddle Brown #883514
RGB
CMYK
RGB Variations
Color information
#883514 (or 0x883514) is known color: Saddle Brown. HEX triplet: 88, 35 and 14. RGB value is (136,53,20). Sum of RGB (Red+Green+Blue) = 136+53+20=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #883514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883514 is #77CAEB. Grayscale: #4A4A4A. Windows color (decimal): -7850732 or 1324424. OLE color: 1324424.
HSL color Cylindrical-coordinate representation of color #883514: hue angle of 17.07º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #883514 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 20 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.47 |
| HSL | 17.07º | 0.74% | 0.31% | - |
| HSV(B) | 17.07º | 0.85% | 0.53% | - |
| XYZ | 11.55 | 7.83 | 1.56 | - |
| YUV | 74.06 | 97.5 | 172.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 20 | 0 | 0.61 | 0.85 | 0.47 | 17.07 | 0.74 | 0.31 |
| Hex | 88 | 35 | 14 | 0 | 3D | 55 | 2F | 11 | 4A | 1F |
| Octal | 210 | 65 | 24 | 0 | 75 | 125 | 57 | 21 | 112 | 37 |
| Binary | 10001000 | 110101 | 10100 | 0 | 111101 | 1010101 | 101111 | 10001 | 1001010 | 11111 |
Color Harmonies of #883514
Complementary color
Monochromatic Colors of #883514
Black with #883514
Text Example
Text Example
White with #883514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883514; }
p { color: rgb(136,53,20); }
H1.HeaderClassName
{
color: #883514;
}
.AnyTagClassName
{
color: #883514;
}
</style>
background-color css
<style>
a { background-color: #883514; }
a { background-color: rgb(136,53,20); }
div.DivClassName
{
background-color: #883514;
}
.BgClassName
{
background-color: #883514;
}
</style>
border-color css
<style>
span { border-color: #883514; }
span { border-color: rgb(136,53,20); }
td.TdClassName
{
border-color: #883514;
}
.TagClassName
{
border-color: #883514;
}
</style>