Shades of Saddle Brown #884205
Tints of Saddle Brown #884205
RGB
CMYK
RGB Variations
Color information
#884205 (or 0x884205) is known color: Saddle Brown. HEX triplet: 88, 42 and 05. RGB value is (136,66,5). Sum of RGB (Red+Green+Blue) = 136+66+5=207 (27% of max value = 765). Red value is 136 (53.52% from 255 or 65.70% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 5 (2.34% from 255 or 2.42% from 207); Max value from RGB is 136 - color contains mainly: red. Hex color #884205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884205 is #77BDFA. Grayscale: #505050. Windows color (decimal): -7847419 or 344712. OLE color: 344712.
HSL color Cylindrical-coordinate representation of color #884205: hue angle of 27.94º 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 #884205 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 66 | 5 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.47 |
| HSL | 27.94º | 0.93% | 0.28% | - |
| HSV(B) | 27.94º | 0.96% | 0.53% | - |
| XYZ | 12.13 | 9.14 | 1.27 | - |
| YUV | 79.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 5 | 0 | 0.51 | 0.96 | 0.47 | 27.94 | 0.93 | 0.28 |
| Hex | 88 | 42 | 5 | 0 | 33 | 60 | 2F | 1C | 5D | 1C |
| Octal | 210 | 102 | 5 | 0 | 63 | 140 | 57 | 34 | 135 | 34 |
| Binary | 10001000 | 1000010 | 101 | 0 | 110011 | 1100000 | 101111 | 11100 | 1011101 | 11100 |
Color Harmonies of #884205
Complementary color
Monochromatic Colors of #884205
Black with #884205
Text Example
Text Example
White with #884205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884205; }
p { color: rgb(136,66,5); }
H1.HeaderClassName
{
color: #884205;
}
.AnyTagClassName
{
color: #884205;
}
</style>
background-color css
<style>
a { background-color: #884205; }
a { background-color: rgb(136,66,5); }
div.DivClassName
{
background-color: #884205;
}
.BgClassName
{
background-color: #884205;
}
</style>
border-color css
<style>
span { border-color: #884205; }
span { border-color: rgb(136,66,5); }
td.TdClassName
{
border-color: #884205;
}
.TagClassName
{
border-color: #884205;
}
</style>