Shades of Saddle Brown #884B04
Tints of Saddle Brown #884B04
RGB
CMYK
RGB Variations
Color information
#884B04 (or 0x884B04) is known color: Saddle Brown. HEX triplet: 88, 4B and 04. RGB value is (136,75,4). Sum of RGB (Red+Green+Blue) = 136+75+4=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 4 (1.95% from 255 or 1.86% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #884B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B04 is #77B4FB. Grayscale: #555555. Windows color (decimal): -7845116 or 281480. OLE color: 281480.
HSL color Cylindrical-coordinate representation of color #884B04: hue angle of 32.27º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #884B04 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 4 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.47 |
| HSL | 32.27º | 0.94% | 0.27% | - |
| HSV(B) | 32.27º | 0.97% | 0.53% | - |
| XYZ | 12.69 | 10.28 | 1.43 | - |
| YUV | 85.15 | 82.21 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 4 | 0 | 0.45 | 0.97 | 0.47 | 32.27 | 0.94 | 0.27 |
| Hex | 88 | 4B | 4 | 0 | 2D | 61 | 2F | 20 | 5E | 1B |
| Octal | 210 | 113 | 4 | 0 | 55 | 141 | 57 | 40 | 136 | 33 |
| Binary | 10001000 | 1001011 | 100 | 0 | 101101 | 1100001 | 101111 | 100000 | 1011110 | 11011 |
Color Harmonies of #884B04
Complementary color
Monochromatic Colors of #884B04
Black with #884B04
Text Example
Text Example
White with #884B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B04; }
p { color: rgb(136,75,4); }
H1.HeaderClassName
{
color: #884B04;
}
.AnyTagClassName
{
color: #884B04;
}
</style>
background-color css
<style>
a { background-color: #884B04; }
a { background-color: rgb(136,75,4); }
div.DivClassName
{
background-color: #884B04;
}
.BgClassName
{
background-color: #884B04;
}
</style>
border-color css
<style>
span { border-color: #884B04; }
span { border-color: rgb(136,75,4); }
td.TdClassName
{
border-color: #884B04;
}
.TagClassName
{
border-color: #884B04;
}
</style>