Shades of Saddle Brown #8B4E19
Tints of Saddle Brown #8B4E19
RGB
CMYK
RGB Variations
Color information
#8B4E19 (or 0x8B4E19) is known color: Saddle Brown. HEX triplet: 8B, 4E and 19. RGB value is (139,78,25). Sum of RGB (Red+Green+Blue) = 139+78+25=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B4E19 is #74B1E6. Grayscale: #5A5A5A. Windows color (decimal): -7647719 or 1658507. OLE color: 1658507.
HSL color Cylindrical-coordinate representation of color #8B4E19: hue angle of 27.89º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B4E19 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 25 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.45 |
| HSL | 27.89º | 0.7% | 0.32% | - |
| HSV(B) | 27.89º | 0.82% | 0.55% | - |
| XYZ | 13.55 | 11.01 | 2.33 | - |
| YUV | 90.2 | 91.21 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 25 | 0 | 0.44 | 0.82 | 0.45 | 27.89 | 0.7 | 0.32 |
| Hex | 8B | 4E | 19 | 0 | 2C | 52 | 2D | 1C | 46 | 20 |
| Octal | 213 | 116 | 31 | 0 | 54 | 122 | 55 | 34 | 106 | 40 |
| Binary | 10001011 | 1001110 | 11001 | 0 | 101100 | 1010010 | 101101 | 11100 | 1000110 | 100000 |
Color Harmonies of #8B4E19
Complementary color
Monochromatic Colors of #8B4E19
Black with #8B4E19
Text Example
Text Example
White with #8B4E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E19; }
p { color: rgb(139,78,25); }
H1.HeaderClassName
{
color: #8B4E19;
}
.AnyTagClassName
{
color: #8B4E19;
}
</style>
background-color css
<style>
a { background-color: #8B4E19; }
a { background-color: rgb(139,78,25); }
div.DivClassName
{
background-color: #8B4E19;
}
.BgClassName
{
background-color: #8B4E19;
}
</style>
border-color css
<style>
span { border-color: #8B4E19; }
span { border-color: rgb(139,78,25); }
td.TdClassName
{
border-color: #8B4E19;
}
.TagClassName
{
border-color: #8B4E19;
}
</style>