Shades of Saddle Brown #884104
Tints of Saddle Brown #884104
RGB
CMYK
RGB Variations
Color information
#884104 (or 0x884104) is known color: Saddle Brown. HEX triplet: 88, 41 and 04. RGB value is (136,65,4). Sum of RGB (Red+Green+Blue) = 136+65+4=205 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.34% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 4 (1.95% from 255 or 1.95% from 205); Max value from RGB is 136 - color contains mainly: red. Hex color #884104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884104 is #77BEFB. Grayscale: #4F4F4F. Windows color (decimal): -7847676 or 278920. OLE color: 278920.
HSL color Cylindrical-coordinate representation of color #884104: hue angle of 27.73º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #884104 is Cyan = 0, Magento = 0.52, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 65 | 4 | - |
| CMYK | 0 | 0.52 | 0.97 | 0.47 |
| HSL | 27.73º | 0.94% | 0.27% | - |
| HSV(B) | 27.73º | 0.97% | 0.53% | - |
| XYZ | 12.07 | 9.02 | 1.22 | - |
| YUV | 79.28 | 85.52 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 4 | 0 | 0.52 | 0.97 | 0.47 | 27.73 | 0.94 | 0.27 |
| Hex | 88 | 41 | 4 | 0 | 34 | 61 | 2F | 1C | 5E | 1B |
| Octal | 210 | 101 | 4 | 0 | 64 | 141 | 57 | 34 | 136 | 33 |
| Binary | 10001000 | 1000001 | 100 | 0 | 110100 | 1100001 | 101111 | 11100 | 1011110 | 11011 |
Color Harmonies of #884104
Complementary color
Monochromatic Colors of #884104
Black with #884104
Text Example
Text Example
White with #884104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884104; }
p { color: rgb(136,65,4); }
H1.HeaderClassName
{
color: #884104;
}
.AnyTagClassName
{
color: #884104;
}
</style>
background-color css
<style>
a { background-color: #884104; }
a { background-color: rgb(136,65,4); }
div.DivClassName
{
background-color: #884104;
}
.BgClassName
{
background-color: #884104;
}
</style>
border-color css
<style>
span { border-color: #884104; }
span { border-color: rgb(136,65,4); }
td.TdClassName
{
border-color: #884104;
}
.TagClassName
{
border-color: #884104;
}
</style>