Shades of Saddle Brown #884B0F
Tints of Saddle Brown #884B0F
RGB
CMYK
RGB Variations
Color information
#884B0F (or 0x884B0F) is known color: Saddle Brown. HEX triplet: 88, 4B and 0F. RGB value is (136,75,15). Sum of RGB (Red+Green+Blue) = 136+75+15=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #884B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884B0F is #77B4F0. Grayscale: #565656. Windows color (decimal): -7845105 or 1002376. OLE color: 1002376.
HSL color Cylindrical-coordinate representation of color #884B0F: hue angle of 29.75º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #884B0F is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 75 | 15 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.47 |
| HSL | 29.75º | 0.8% | 0.3% | - |
| HSV(B) | 29.75º | 0.89% | 0.53% | - |
| XYZ | 12.76 | 10.3 | 1.77 | - |
| YUV | 86.4 | 87.71 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 15 | 0 | 0.45 | 0.89 | 0.47 | 29.75 | 0.8 | 0.3 |
| Hex | 88 | 4B | F | 0 | 2D | 59 | 2F | 1E | 50 | 1E |
| Octal | 210 | 113 | 17 | 0 | 55 | 131 | 57 | 36 | 120 | 36 |
| Binary | 10001000 | 1001011 | 1111 | 0 | 101101 | 1011001 | 101111 | 11110 | 1010000 | 11110 |
Color Harmonies of #884B0F
Complementary color
Monochromatic Colors of #884B0F
Black with #884B0F
Text Example
Text Example
White with #884B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884B0F; }
p { color: rgb(136,75,15); }
H1.HeaderClassName
{
color: #884B0F;
}
.AnyTagClassName
{
color: #884B0F;
}
</style>
background-color css
<style>
a { background-color: #884B0F; }
a { background-color: rgb(136,75,15); }
div.DivClassName
{
background-color: #884B0F;
}
.BgClassName
{
background-color: #884B0F;
}
</style>
border-color css
<style>
span { border-color: #884B0F; }
span { border-color: rgb(136,75,15); }
td.TdClassName
{
border-color: #884B0F;
}
.TagClassName
{
border-color: #884B0F;
}
</style>