Shades of Saddle Brown #884A0E
Tints of Saddle Brown #884A0E
RGB
CMYK
RGB Variations
Color information
#884A0E (or 0x884A0E) is known color: Saddle Brown. HEX triplet: 88, 4A and 0E. RGB value is (136,74,14). Sum of RGB (Red+Green+Blue) = 136+74+14=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #884A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #884A0E is #77B5F1. Grayscale: #565656. Windows color (decimal): -7845362 or 936584. OLE color: 936584.
HSL color Cylindrical-coordinate representation of color #884A0E: hue angle of 29.51º 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 #884A0E is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 74 | 14 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.47 |
| HSL | 29.51º | 0.81% | 0.29% | - |
| HSV(B) | 29.51º | 0.9% | 0.53% | - |
| XYZ | 12.68 | 10.16 | 1.71 | - |
| YUV | 85.7 | 87.54 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 14 | 0 | 0.46 | 0.90 | 0.47 | 29.51 | 0.81 | 0.29 |
| Hex | 88 | 4A | E | 0 | 2E | 5A | 2F | 1E | 51 | 1D |
| Octal | 210 | 112 | 16 | 0 | 56 | 132 | 57 | 36 | 121 | 35 |
| Binary | 10001000 | 1001010 | 1110 | 0 | 101110 | 1011010 | 101111 | 11110 | 1010001 | 11101 |
Color Harmonies of #884A0E
Complementary color
Monochromatic Colors of #884A0E
Black with #884A0E
Text Example
Text Example
White with #884A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884A0E; }
p { color: rgb(136,74,14); }
H1.HeaderClassName
{
color: #884A0E;
}
.AnyTagClassName
{
color: #884A0E;
}
</style>
background-color css
<style>
a { background-color: #884A0E; }
a { background-color: rgb(136,74,14); }
div.DivClassName
{
background-color: #884A0E;
}
.BgClassName
{
background-color: #884A0E;
}
</style>
border-color css
<style>
span { border-color: #884A0E; }
span { border-color: rgb(136,74,14); }
td.TdClassName
{
border-color: #884A0E;
}
.TagClassName
{
border-color: #884A0E;
}
</style>