Shades of Saddle Brown #884407
Tints of Saddle Brown #884407
RGB
CMYK
RGB Variations
Color information
#884407 (or 0x884407) is known color: Saddle Brown. HEX triplet: 88, 44 and 07. RGB value is (136,68,7). Sum of RGB (Red+Green+Blue) = 136+68+7=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #884407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884407 is #77BBF8. Grayscale: #515151. Windows color (decimal): -7846905 or 476296. OLE color: 476296.
HSL color Cylindrical-coordinate representation of color #884407: hue angle of 28.37º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #884407 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 68 | 7 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.47 |
| HSL | 28.37º | 0.9% | 0.28% | - |
| HSV(B) | 28.37º | 0.95% | 0.53% | - |
| XYZ | 12.26 | 9.38 | 1.37 | - |
| YUV | 81.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 68 | 7 | 0 | 0.50 | 0.95 | 0.47 | 28.37 | 0.9 | 0.28 |
| Hex | 88 | 44 | 7 | 0 | 32 | 5F | 2F | 1C | 5A | 1C |
| Octal | 210 | 104 | 7 | 0 | 62 | 137 | 57 | 34 | 132 | 34 |
| Binary | 10001000 | 1000100 | 111 | 0 | 110010 | 1011111 | 101111 | 11100 | 1011010 | 11100 |
Color Harmonies of #884407
Complementary color
Monochromatic Colors of #884407
Black with #884407
Text Example
Text Example
White with #884407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884407; }
p { color: rgb(136,68,7); }
H1.HeaderClassName
{
color: #884407;
}
.AnyTagClassName
{
color: #884407;
}
</style>
background-color css
<style>
a { background-color: #884407; }
a { background-color: rgb(136,68,7); }
div.DivClassName
{
background-color: #884407;
}
.BgClassName
{
background-color: #884407;
}
</style>
border-color css
<style>
span { border-color: #884407; }
span { border-color: rgb(136,68,7); }
td.TdClassName
{
border-color: #884407;
}
.TagClassName
{
border-color: #884407;
}
</style>