Shades of Saddle Brown #884914
Tints of Saddle Brown #884914
RGB
CMYK
RGB Variations
Color information
#884914 (or 0x884914) is known color: Saddle Brown. HEX triplet: 88, 49 and 14. RGB value is (136,73,20). Sum of RGB (Red+Green+Blue) = 136+73+20=229 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.39% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 136 - color contains mainly: red. Hex color #884914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884914 is #77B6EB. Grayscale: #565656. Windows color (decimal): -7845612 or 1329544. OLE color: 1329544.
HSL color Cylindrical-coordinate representation of color #884914: hue angle of 27.41º 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 #884914 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 20 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.47 |
| HSL | 27.41º | 0.74% | 0.31% | - |
| HSV(B) | 27.41º | 0.85% | 0.53% | - |
| XYZ | 12.66 | 10.05 | 1.93 | - |
| YUV | 85.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 20 | 0 | 0.46 | 0.85 | 0.47 | 27.41 | 0.74 | 0.31 |
| Hex | 88 | 49 | 14 | 0 | 2E | 55 | 2F | 1B | 4A | 1F |
| Octal | 210 | 111 | 24 | 0 | 56 | 125 | 57 | 33 | 112 | 37 |
| Binary | 10001000 | 1001001 | 10100 | 0 | 101110 | 1010101 | 101111 | 11011 | 1001010 | 11111 |
Color Harmonies of #884914
Complementary color
Monochromatic Colors of #884914
Black with #884914
Text Example
Text Example
White with #884914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884914; }
p { color: rgb(136,73,20); }
H1.HeaderClassName
{
color: #884914;
}
.AnyTagClassName
{
color: #884914;
}
</style>
background-color css
<style>
a { background-color: #884914; }
a { background-color: rgb(136,73,20); }
div.DivClassName
{
background-color: #884914;
}
.BgClassName
{
background-color: #884914;
}
</style>
border-color css
<style>
span { border-color: #884914; }
span { border-color: rgb(136,73,20); }
td.TdClassName
{
border-color: #884914;
}
.TagClassName
{
border-color: #884914;
}
</style>