Shades of Saddle Brown #884405
Tints of Saddle Brown #884405
RGB
CMYK
RGB Variations
Color information
#884405 (or 0x884405) is known color: Saddle Brown. HEX triplet: 88, 44 and 05. RGB value is (136,68,5). Sum of RGB (Red+Green+Blue) = 136+68+5=209 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.07% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 136 - color contains mainly: red. Hex color #884405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884405 is #77BBFA. Grayscale: #515151. Windows color (decimal): -7846907 or 345224. OLE color: 345224.
HSL color Cylindrical-coordinate representation of color #884405: hue angle of 28.85º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #884405 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 5 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.47 |
| HSL | 28.85º | 0.93% | 0.28% | - |
| HSV(B) | 28.85º | 0.96% | 0.53% | - |
| XYZ | 12.25 | 9.38 | 1.31 | - |
| YUV | 81.15 | 85.03 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 5 | 0 | 0.50 | 0.96 | 0.47 | 28.85 | 0.93 | 0.28 |
| Hex | 88 | 44 | 5 | 0 | 32 | 60 | 2F | 1D | 5D | 1C |
| Octal | 210 | 104 | 5 | 0 | 62 | 140 | 57 | 35 | 135 | 34 |
| Binary | 10001000 | 1000100 | 101 | 0 | 110010 | 1100000 | 101111 | 11101 | 1011101 | 11100 |
Color Harmonies of #884405
Complementary color
Monochromatic Colors of #884405
Black with #884405
Text Example
Text Example
White with #884405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884405; }
p { color: rgb(136,68,5); }
H1.HeaderClassName
{
color: #884405;
}
.AnyTagClassName
{
color: #884405;
}
</style>
background-color css
<style>
a { background-color: #884405; }
a { background-color: rgb(136,68,5); }
div.DivClassName
{
background-color: #884405;
}
.BgClassName
{
background-color: #884405;
}
</style>
border-color css
<style>
span { border-color: #884405; }
span { border-color: rgb(136,68,5); }
td.TdClassName
{
border-color: #884405;
}
.TagClassName
{
border-color: #884405;
}
</style>