Shades of Saddle Brown #884B09
Tints of Saddle Brown #884B09
RGB
CMYK
RGB Variations
Color information
#884B09 (or 0x884B09) is known color: Saddle Brown. HEX triplet: 88, 4B and 09. RGB value is (136,75,9). Sum of RGB (Red+Green+Blue) = 136+75+9=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 75 (29.69% from 255 or 34.09% from 220); Blue value is 9 (3.91% from 255 or 4.09% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #884B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B09 is #77B4F6. Grayscale: #565656. Windows color (decimal): -7845111 or 609160. OLE color: 609160.
HSL color Cylindrical-coordinate representation of color #884B09: hue angle of 31.18º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #884B09 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 9 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.47 |
| HSL | 31.18º | 0.88% | 0.28% | - |
| HSV(B) | 31.18º | 0.93% | 0.53% | - |
| XYZ | 12.72 | 10.29 | 1.57 | - |
| YUV | 85.72 | 84.71 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 9 | 0 | 0.45 | 0.93 | 0.47 | 31.18 | 0.88 | 0.28 |
| Hex | 88 | 4B | 9 | 0 | 2D | 5D | 2F | 1F | 58 | 1C |
| Octal | 210 | 113 | 11 | 0 | 55 | 135 | 57 | 37 | 130 | 34 |
| Binary | 10001000 | 1001011 | 1001 | 0 | 101101 | 1011101 | 101111 | 11111 | 1011000 | 11100 |
Color Harmonies of #884B09
Complementary color
Monochromatic Colors of #884B09
Black with #884B09
Text Example
Text Example
White with #884B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B09; }
p { color: rgb(136,75,9); }
H1.HeaderClassName
{
color: #884B09;
}
.AnyTagClassName
{
color: #884B09;
}
</style>
background-color css
<style>
a { background-color: #884B09; }
a { background-color: rgb(136,75,9); }
div.DivClassName
{
background-color: #884B09;
}
.BgClassName
{
background-color: #884B09;
}
</style>
border-color css
<style>
span { border-color: #884B09; }
span { border-color: rgb(136,75,9); }
td.TdClassName
{
border-color: #884B09;
}
.TagClassName
{
border-color: #884B09;
}
</style>