Shades of Saddle Brown #884A08
Tints of Saddle Brown #884A08
RGB
CMYK
RGB Variations
Color information
#884A08 (or 0x884A08) is known color: Saddle Brown. HEX triplet: 88, 4A and 08. RGB value is (136,74,8). Sum of RGB (Red+Green+Blue) = 136+74+8=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #884A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A08 is #77B5F7. Grayscale: #555555. Windows color (decimal): -7845368 or 543368. OLE color: 543368.
HSL color Cylindrical-coordinate representation of color #884A08: hue angle of 30.94º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #884A08 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 8 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.47 |
| HSL | 30.94º | 0.89% | 0.28% | - |
| HSV(B) | 30.94º | 0.94% | 0.53% | - |
| XYZ | 12.65 | 10.15 | 1.52 | - |
| YUV | 85.01 | 84.54 | 164.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 8 | 0 | 0.46 | 0.94 | 0.47 | 30.94 | 0.89 | 0.28 |
| Hex | 88 | 4A | 8 | 0 | 2E | 5E | 2F | 1F | 59 | 1C |
| Octal | 210 | 112 | 10 | 0 | 56 | 136 | 57 | 37 | 131 | 34 |
| Binary | 10001000 | 1001010 | 1000 | 0 | 101110 | 1011110 | 101111 | 11111 | 1011001 | 11100 |
Color Harmonies of #884A08
Complementary color
Monochromatic Colors of #884A08
Black with #884A08
Text Example
Text Example
White with #884A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A08; }
p { color: rgb(136,74,8); }
H1.HeaderClassName
{
color: #884A08;
}
.AnyTagClassName
{
color: #884A08;
}
</style>
background-color css
<style>
a { background-color: #884A08; }
a { background-color: rgb(136,74,8); }
div.DivClassName
{
background-color: #884A08;
}
.BgClassName
{
background-color: #884A08;
}
</style>
border-color css
<style>
span { border-color: #884A08; }
span { border-color: rgb(136,74,8); }
td.TdClassName
{
border-color: #884A08;
}
.TagClassName
{
border-color: #884A08;
}
</style>