Shades of Saddle Brown #883914
Tints of Saddle Brown #883914
RGB
CMYK
RGB Variations
Color information
#883914 (or 0x883914) is known color: Saddle Brown. HEX triplet: 88, 39 and 14. RGB value is (136,57,20). Sum of RGB (Red+Green+Blue) = 136+57+20=213 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.85% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 136 - color contains mainly: red. Hex color #883914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883914 is #77C6EB. Grayscale: #4C4C4C. Windows color (decimal): -7849708 or 1325448. OLE color: 1325448.
HSL color Cylindrical-coordinate representation of color #883914: hue angle of 19.14º 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 #883914 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 57 | 20 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.47 |
| HSL | 19.14º | 0.74% | 0.31% | - |
| HSV(B) | 19.14º | 0.85% | 0.53% | - |
| XYZ | 11.74 | 8.21 | 1.63 | - |
| YUV | 76.4 | 96.17 | 170.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 57 | 20 | 0 | 0.58 | 0.85 | 0.47 | 19.14 | 0.74 | 0.31 |
| Hex | 88 | 39 | 14 | 0 | 3A | 55 | 2F | 13 | 4A | 1F |
| Octal | 210 | 71 | 24 | 0 | 72 | 125 | 57 | 23 | 112 | 37 |
| Binary | 10001000 | 111001 | 10100 | 0 | 111010 | 1010101 | 101111 | 10011 | 1001010 | 11111 |
Color Harmonies of #883914
Complementary color
Monochromatic Colors of #883914
Black with #883914
Text Example
Text Example
White with #883914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883914; }
p { color: rgb(136,57,20); }
H1.HeaderClassName
{
color: #883914;
}
.AnyTagClassName
{
color: #883914;
}
</style>
background-color css
<style>
a { background-color: #883914; }
a { background-color: rgb(136,57,20); }
div.DivClassName
{
background-color: #883914;
}
.BgClassName
{
background-color: #883914;
}
</style>
border-color css
<style>
span { border-color: #883914; }
span { border-color: rgb(136,57,20); }
td.TdClassName
{
border-color: #883914;
}
.TagClassName
{
border-color: #883914;
}
</style>