Shades of Saddle Brown #8B4E1B
Tints of Saddle Brown #8B4E1B
RGB
CMYK
RGB Variations
Color information
#8B4E1B (or 0x8B4E1B) is known color: Saddle Brown. HEX triplet: 8B, 4E and 1B. RGB value is (139,78,27). Sum of RGB (Red+Green+Blue) = 139+78+27=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4E1B is #74B1E4. Grayscale: #5A5A5A. Windows color (decimal): -7647717 or 1789579. OLE color: 1789579.
HSL color Cylindrical-coordinate representation of color #8B4E1B: hue angle of 27.32º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B4E1B is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 27 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.45 |
| HSL | 27.32º | 0.67% | 0.33% | - |
| HSV(B) | 27.32º | 0.81% | 0.55% | - |
| XYZ | 13.57 | 11.02 | 2.45 | - |
| YUV | 90.43 | 92.21 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 27 | 0 | 0.44 | 0.81 | 0.45 | 27.32 | 0.67 | 0.33 |
| Hex | 8B | 4E | 1B | 0 | 2C | 51 | 2D | 1B | 43 | 21 |
| Octal | 213 | 116 | 33 | 0 | 54 | 121 | 55 | 33 | 103 | 41 |
| Binary | 10001011 | 1001110 | 11011 | 0 | 101100 | 1010001 | 101101 | 11011 | 1000011 | 100001 |
Color Harmonies of #8B4E1B
Complementary color
Monochromatic Colors of #8B4E1B
Black with #8B4E1B
Text Example
Text Example
White with #8B4E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E1B; }
p { color: rgb(139,78,27); }
H1.HeaderClassName
{
color: #8B4E1B;
}
.AnyTagClassName
{
color: #8B4E1B;
}
</style>
background-color css
<style>
a { background-color: #8B4E1B; }
a { background-color: rgb(139,78,27); }
div.DivClassName
{
background-color: #8B4E1B;
}
.BgClassName
{
background-color: #8B4E1B;
}
</style>
border-color css
<style>
span { border-color: #8B4E1B; }
span { border-color: rgb(139,78,27); }
td.TdClassName
{
border-color: #8B4E1B;
}
.TagClassName
{
border-color: #8B4E1B;
}
</style>