Shades of Saddle Brown #8B4A1A
Tints of Saddle Brown #8B4A1A
RGB
CMYK
RGB Variations
Color information
#8B4A1A (or 0x8B4A1A) is known color: Saddle Brown. HEX triplet: 8B, 4A and 1A. RGB value is (139,74,26). Sum of RGB (Red+Green+Blue) = 139+74+26=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A1A is #74B5E5. Grayscale: #585858. Windows color (decimal): -7648742 or 1723019. OLE color: 1723019.
HSL color Cylindrical-coordinate representation of color #8B4A1A: hue angle of 25.49º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B4A1A is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 26 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.45 |
| HSL | 25.49º | 0.68% | 0.32% | - |
| HSV(B) | 25.49º | 0.81% | 0.55% | - |
| XYZ | 13.28 | 10.46 | 2.3 | - |
| YUV | 87.96 | 93.03 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 26 | 0 | 0.47 | 0.81 | 0.45 | 25.49 | 0.68 | 0.32 |
| Hex | 8B | 4A | 1A | 0 | 2F | 51 | 2D | 19 | 44 | 20 |
| Octal | 213 | 112 | 32 | 0 | 57 | 121 | 55 | 31 | 104 | 40 |
| Binary | 10001011 | 1001010 | 11010 | 0 | 101111 | 1010001 | 101101 | 11001 | 1000100 | 100000 |
Color Harmonies of #8B4A1A
Complementary color
Monochromatic Colors of #8B4A1A
Black with #8B4A1A
Text Example
Text Example
White with #8B4A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A1A; }
p { color: rgb(139,74,26); }
H1.HeaderClassName
{
color: #8B4A1A;
}
.AnyTagClassName
{
color: #8B4A1A;
}
</style>
background-color css
<style>
a { background-color: #8B4A1A; }
a { background-color: rgb(139,74,26); }
div.DivClassName
{
background-color: #8B4A1A;
}
.BgClassName
{
background-color: #8B4A1A;
}
</style>
border-color css
<style>
span { border-color: #8B4A1A; }
span { border-color: rgb(139,74,26); }
td.TdClassName
{
border-color: #8B4A1A;
}
.TagClassName
{
border-color: #8B4A1A;
}
</style>