Shades of Saddle Brown #884714
Tints of Saddle Brown #884714
RGB
CMYK
RGB Variations
Color information
#884714 (or 0x884714) is known color: Saddle Brown. HEX triplet: 88, 47 and 14. RGB value is (136,71,20). Sum of RGB (Red+Green+Blue) = 136+71+20=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #884714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884714 is #77B8EB. Grayscale: #545454. Windows color (decimal): -7846124 or 1329032. OLE color: 1329032.
HSL color Cylindrical-coordinate representation of color #884714: hue angle of 26.38º 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 #884714 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 71 | 20 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.47 |
| HSL | 26.38º | 0.74% | 0.31% | - |
| HSV(B) | 26.38º | 0.85% | 0.53% | - |
| XYZ | 12.53 | 9.79 | 1.89 | - |
| YUV | 84.62 | 91.53 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 71 | 20 | 0 | 0.48 | 0.85 | 0.47 | 26.38 | 0.74 | 0.31 |
| Hex | 88 | 47 | 14 | 0 | 30 | 55 | 2F | 1A | 4A | 1F |
| Octal | 210 | 107 | 24 | 0 | 60 | 125 | 57 | 32 | 112 | 37 |
| Binary | 10001000 | 1000111 | 10100 | 0 | 110000 | 1010101 | 101111 | 11010 | 1001010 | 11111 |
Color Harmonies of #884714
Complementary color
Monochromatic Colors of #884714
Black with #884714
Text Example
Text Example
White with #884714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884714; }
p { color: rgb(136,71,20); }
H1.HeaderClassName
{
color: #884714;
}
.AnyTagClassName
{
color: #884714;
}
</style>
background-color css
<style>
a { background-color: #884714; }
a { background-color: rgb(136,71,20); }
div.DivClassName
{
background-color: #884714;
}
.BgClassName
{
background-color: #884714;
}
</style>
border-color css
<style>
span { border-color: #884714; }
span { border-color: rgb(136,71,20); }
td.TdClassName
{
border-color: #884714;
}
.TagClassName
{
border-color: #884714;
}
</style>