Shades of Saddle Brown #884B05
Tints of Saddle Brown #884B05
RGB
CMYK
RGB Variations
Color information
#884B05 (or 0x884B05) is known color: Saddle Brown. HEX triplet: 88, 4B and 05. RGB value is (136,75,5). Sum of RGB (Red+Green+Blue) = 136+75+5=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #884B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B05 is #77B4FA. Grayscale: #555555. Windows color (decimal): -7845115 or 347016. OLE color: 347016.
HSL color Cylindrical-coordinate representation of color #884B05: hue angle of 32.06º 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 #884B05 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 5 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.47 |
| HSL | 32.06º | 0.93% | 0.28% | - |
| HSV(B) | 32.06º | 0.96% | 0.53% | - |
| XYZ | 12.7 | 10.28 | 1.46 | - |
| YUV | 85.26 | 82.71 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 5 | 0 | 0.45 | 0.96 | 0.47 | 32.06 | 0.93 | 0.28 |
| Hex | 88 | 4B | 5 | 0 | 2D | 60 | 2F | 20 | 5D | 1C |
| Octal | 210 | 113 | 5 | 0 | 55 | 140 | 57 | 40 | 135 | 34 |
| Binary | 10001000 | 1001011 | 101 | 0 | 101101 | 1100000 | 101111 | 100000 | 1011101 | 11100 |
Color Harmonies of #884B05
Complementary color
Monochromatic Colors of #884B05
Black with #884B05
Text Example
Text Example
White with #884B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B05; }
p { color: rgb(136,75,5); }
H1.HeaderClassName
{
color: #884B05;
}
.AnyTagClassName
{
color: #884B05;
}
</style>
background-color css
<style>
a { background-color: #884B05; }
a { background-color: rgb(136,75,5); }
div.DivClassName
{
background-color: #884B05;
}
.BgClassName
{
background-color: #884B05;
}
</style>
border-color css
<style>
span { border-color: #884B05; }
span { border-color: rgb(136,75,5); }
td.TdClassName
{
border-color: #884B05;
}
.TagClassName
{
border-color: #884B05;
}
</style>