Shades of Saddle Brown #884B0E
Tints of Saddle Brown #884B0E
RGB
CMYK
RGB Variations
Color information
#884B0E (or 0x884B0E) is known color: Saddle Brown. HEX triplet: 88, 4B and 0E. RGB value is (136,75,14). Sum of RGB (Red+Green+Blue) = 136+75+14=225 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 136 - color contains mainly: red. Hex color #884B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B0E is #77B4F1. Grayscale: #565656. Windows color (decimal): -7845106 or 936840. OLE color: 936840.
HSL color Cylindrical-coordinate representation of color #884B0E: hue angle of 30º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #884B0E is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 14 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.47 |
| HSL | 30º | 0.81% | 0.29% | - |
| HSV(B) | 30º | 0.9% | 0.53% | - |
| XYZ | 12.75 | 10.3 | 1.73 | - |
| YUV | 86.29 | 87.21 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 14 | 0 | 0.45 | 0.90 | 0.47 | 30 | 0.81 | 0.29 |
| Hex | 88 | 4B | E | 0 | 2D | 5A | 2F | 1E | 51 | 1D |
| Octal | 210 | 113 | 16 | 0 | 55 | 132 | 57 | 36 | 121 | 35 |
| Binary | 10001000 | 1001011 | 1110 | 0 | 101101 | 1011010 | 101111 | 11110 | 1010001 | 11101 |
Color Harmonies of #884B0E
Complementary color
Monochromatic Colors of #884B0E
Black with #884B0E
Text Example
Text Example
White with #884B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B0E; }
p { color: rgb(136,75,14); }
H1.HeaderClassName
{
color: #884B0E;
}
.AnyTagClassName
{
color: #884B0E;
}
</style>
background-color css
<style>
a { background-color: #884B0E; }
a { background-color: rgb(136,75,14); }
div.DivClassName
{
background-color: #884B0E;
}
.BgClassName
{
background-color: #884B0E;
}
</style>
border-color css
<style>
span { border-color: #884B0E; }
span { border-color: rgb(136,75,14); }
td.TdClassName
{
border-color: #884B0E;
}
.TagClassName
{
border-color: #884B0E;
}
</style>