Shades of Saddle Brown #8B411B
Tints of Saddle Brown #8B411B
RGB
CMYK
RGB Variations
Color information
#8B411B (or 0x8B411B) is known color: Saddle Brown. HEX triplet: 8B, 41 and 1B. RGB value is (139,65,27). Sum of RGB (Red+Green+Blue) = 139+65+27=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B411B is #74BEE4. Grayscale: #535353. Windows color (decimal): -7651045 or 1786251. OLE color: 1786251.
HSL color Cylindrical-coordinate representation of color #8B411B: hue angle of 20.36º 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 #8B411B is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 27 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.45 |
| HSL | 20.36º | 0.67% | 0.33% | - |
| HSV(B) | 20.36º | 0.81% | 0.55% | - |
| XYZ | 12.74 | 9.35 | 2.17 | - |
| YUV | 82.79 | 96.52 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 27 | 0 | 0.53 | 0.81 | 0.45 | 20.36 | 0.67 | 0.33 |
| Hex | 8B | 41 | 1B | 0 | 35 | 51 | 2D | 14 | 43 | 21 |
| Octal | 213 | 101 | 33 | 0 | 65 | 121 | 55 | 24 | 103 | 41 |
| Binary | 10001011 | 1000001 | 11011 | 0 | 110101 | 1010001 | 101101 | 10100 | 1000011 | 100001 |
Color Harmonies of #8B411B
Complementary color
Monochromatic Colors of #8B411B
Black with #8B411B
Text Example
Text Example
White with #8B411B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B411B; }
p { color: rgb(139,65,27); }
H1.HeaderClassName
{
color: #8B411B;
}
.AnyTagClassName
{
color: #8B411B;
}
</style>
background-color css
<style>
a { background-color: #8B411B; }
a { background-color: rgb(139,65,27); }
div.DivClassName
{
background-color: #8B411B;
}
.BgClassName
{
background-color: #8B411B;
}
</style>
border-color css
<style>
span { border-color: #8B411B; }
span { border-color: rgb(139,65,27); }
td.TdClassName
{
border-color: #8B411B;
}
.TagClassName
{
border-color: #8B411B;
}
</style>