Shades of Saddle Brown #884A14
Tints of Saddle Brown #884A14
RGB
CMYK
RGB Variations
Color information
#884A14 (or 0x884A14) is known color: Saddle Brown. HEX triplet: 88, 4A and 14. RGB value is (136,74,20). Sum of RGB (Red+Green+Blue) = 136+74+20=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 20 (8.20% from 255 or 8.70% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #884A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A14 is #77B5EB. Grayscale: #565656. Windows color (decimal): -7845356 or 1329800. OLE color: 1329800.
HSL color Cylindrical-coordinate representation of color #884A14: hue angle of 27.93º 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 #884A14 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 20 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.47 |
| HSL | 27.93º | 0.74% | 0.31% | - |
| HSV(B) | 27.93º | 0.85% | 0.53% | - |
| XYZ | 12.73 | 10.18 | 1.96 | - |
| YUV | 86.38 | 90.54 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 20 | 0 | 0.46 | 0.85 | 0.47 | 27.93 | 0.74 | 0.31 |
| Hex | 88 | 4A | 14 | 0 | 2E | 55 | 2F | 1C | 4A | 1F |
| Octal | 210 | 112 | 24 | 0 | 56 | 125 | 57 | 34 | 112 | 37 |
| Binary | 10001000 | 1001010 | 10100 | 0 | 101110 | 1010101 | 101111 | 11100 | 1001010 | 11111 |
Color Harmonies of #884A14
Complementary color
Monochromatic Colors of #884A14
Black with #884A14
Text Example
Text Example
White with #884A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A14; }
p { color: rgb(136,74,20); }
H1.HeaderClassName
{
color: #884A14;
}
.AnyTagClassName
{
color: #884A14;
}
</style>
background-color css
<style>
a { background-color: #884A14; }
a { background-color: rgb(136,74,20); }
div.DivClassName
{
background-color: #884A14;
}
.BgClassName
{
background-color: #884A14;
}
</style>
border-color css
<style>
span { border-color: #884A14; }
span { border-color: rgb(136,74,20); }
td.TdClassName
{
border-color: #884A14;
}
.TagClassName
{
border-color: #884A14;
}
</style>