Shades of Saddle Brown #8B401B
Tints of Saddle Brown #8B401B
RGB
CMYK
RGB Variations
Color information
#8B401B (or 0x8B401B) is known color: Saddle Brown. HEX triplet: 8B, 40 and 1B. RGB value is (139,64,27). Sum of RGB (Red+Green+Blue) = 139+64+27=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 27 (10.94% from 255 or 11.74% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B401B is #74BFE4. Grayscale: #525252. Windows color (decimal): -7651301 or 1785995. OLE color: 1785995.
HSL color Cylindrical-coordinate representation of color #8B401B: hue angle of 19.82º 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 #8B401B is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 27 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.45 |
| HSL | 19.82º | 0.67% | 0.33% | - |
| HSV(B) | 19.82º | 0.81% | 0.55% | - |
| XYZ | 12.68 | 9.23 | 2.15 | - |
| YUV | 82.21 | 96.85 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 27 | 0 | 0.54 | 0.81 | 0.45 | 19.82 | 0.67 | 0.33 |
| Hex | 8B | 40 | 1B | 0 | 36 | 51 | 2D | 14 | 43 | 21 |
| Octal | 213 | 100 | 33 | 0 | 66 | 121 | 55 | 24 | 103 | 41 |
| Binary | 10001011 | 1000000 | 11011 | 0 | 110110 | 1010001 | 101101 | 10100 | 1000011 | 100001 |
Color Harmonies of #8B401B
Complementary color
Monochromatic Colors of #8B401B
Black with #8B401B
Text Example
Text Example
White with #8B401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B401B; }
p { color: rgb(139,64,27); }
H1.HeaderClassName
{
color: #8B401B;
}
.AnyTagClassName
{
color: #8B401B;
}
</style>
background-color css
<style>
a { background-color: #8B401B; }
a { background-color: rgb(139,64,27); }
div.DivClassName
{
background-color: #8B401B;
}
.BgClassName
{
background-color: #8B401B;
}
</style>
border-color css
<style>
span { border-color: #8B401B; }
span { border-color: rgb(139,64,27); }
td.TdClassName
{
border-color: #8B401B;
}
.TagClassName
{
border-color: #8B401B;
}
</style>