Shades of Saddle Brown #8B401D
Tints of Saddle Brown #8B401D
RGB
CMYK
RGB Variations
Color information
#8B401D (or 0x8B401D) is known color: Saddle Brown. HEX triplet: 8B, 40 and 1D. RGB value is (139,64,29). Sum of RGB (Red+Green+Blue) = 139+64+29=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B401D is #74BFE2. Grayscale: #525252. Windows color (decimal): -7651299 or 1917067. OLE color: 1917067.
HSL color Cylindrical-coordinate representation of color #8B401D: hue angle of 19.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8B401D is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 64 | 29 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.45 |
| HSL | 19.09º | 0.65% | 0.33% | - |
| HSV(B) | 19.09º | 0.79% | 0.55% | - |
| XYZ | 12.7 | 9.24 | 2.28 | - |
| YUV | 82.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 64 | 29 | 0 | 0.54 | 0.79 | 0.45 | 19.09 | 0.65 | 0.33 |
| Hex | 8B | 40 | 1D | 0 | 36 | 4F | 2D | 13 | 41 | 21 |
| Octal | 213 | 100 | 35 | 0 | 66 | 117 | 55 | 23 | 101 | 41 |
| Binary | 10001011 | 1000000 | 11101 | 0 | 110110 | 1001111 | 101101 | 10011 | 1000001 | 100001 |
Color Harmonies of #8B401D
Complementary color
Monochromatic Colors of #8B401D
Black with #8B401D
Text Example
Text Example
White with #8B401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B401D; }
p { color: rgb(139,64,29); }
H1.HeaderClassName
{
color: #8B401D;
}
.AnyTagClassName
{
color: #8B401D;
}
</style>
background-color css
<style>
a { background-color: #8B401D; }
a { background-color: rgb(139,64,29); }
div.DivClassName
{
background-color: #8B401D;
}
.BgClassName
{
background-color: #8B401D;
}
</style>
border-color css
<style>
span { border-color: #8B401D; }
span { border-color: rgb(139,64,29); }
td.TdClassName
{
border-color: #8B401D;
}
.TagClassName
{
border-color: #8B401D;
}
</style>