Shades of Saddle Brown #884019
Tints of Saddle Brown #884019
RGB
CMYK
RGB Variations
Color information
#884019 (or 0x884019) is known color: Saddle Brown. HEX triplet: 88, 40 and 19. RGB value is (136,64,25). Sum of RGB (Red+Green+Blue) = 136+64+25=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #884019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884019 is #77BFE6. Grayscale: #515151. Windows color (decimal): -7847911 or 1654920. OLE color: 1654920.
HSL color Cylindrical-coordinate representation of color #884019: hue angle of 21.08º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #884019 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 25 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.47 |
| HSL | 21.08º | 0.69% | 0.32% | - |
| HSV(B) | 21.08º | 0.82% | 0.53% | - |
| XYZ | 12.16 | 8.97 | 2.01 | - |
| YUV | 81.08 | 96.35 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 25 | 0 | 0.53 | 0.82 | 0.47 | 21.08 | 0.69 | 0.32 |
| Hex | 88 | 40 | 19 | 0 | 35 | 52 | 2F | 15 | 45 | 20 |
| Octal | 210 | 100 | 31 | 0 | 65 | 122 | 57 | 25 | 105 | 40 |
| Binary | 10001000 | 1000000 | 11001 | 0 | 110101 | 1010010 | 101111 | 10101 | 1000101 | 100000 |
Color Harmonies of #884019
Complementary color
Monochromatic Colors of #884019
Black with #884019
Text Example
Text Example
White with #884019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884019; }
p { color: rgb(136,64,25); }
H1.HeaderClassName
{
color: #884019;
}
.AnyTagClassName
{
color: #884019;
}
</style>
background-color css
<style>
a { background-color: #884019; }
a { background-color: rgb(136,64,25); }
div.DivClassName
{
background-color: #884019;
}
.BgClassName
{
background-color: #884019;
}
</style>
border-color css
<style>
span { border-color: #884019; }
span { border-color: rgb(136,64,25); }
td.TdClassName
{
border-color: #884019;
}
.TagClassName
{
border-color: #884019;
}
</style>