Shades of Saddle Brown #8B3F0F
Tints of Saddle Brown #8B3F0F
RGB
CMYK
RGB Variations
Color information
#8B3F0F (or 0x8B3F0F) is known color: Saddle Brown. HEX triplet: 8B, 3F and 0F. RGB value is (139,63,15). Sum of RGB (Red+Green+Blue) = 139+63+15=217 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.06% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3F0F is #74C0F0. Grayscale: #505050. Windows color (decimal): -7651569 or 999307. OLE color: 999307.
HSL color Cylindrical-coordinate representation of color #8B3F0F: hue angle of 23.23º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B3F0F is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 63 | 15 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.45 |
| HSL | 23.23º | 0.81% | 0.3% | - |
| HSV(B) | 23.23º | 0.89% | 0.55% | - |
| XYZ | 12.51 | 9.08 | 1.54 | - |
| YUV | 80.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 63 | 15 | 0 | 0.55 | 0.89 | 0.45 | 23.23 | 0.81 | 0.3 |
| Hex | 8B | 3F | F | 0 | 37 | 59 | 2D | 17 | 51 | 1E |
| Octal | 213 | 77 | 17 | 0 | 67 | 131 | 55 | 27 | 121 | 36 |
| Binary | 10001011 | 111111 | 1111 | 0 | 110111 | 1011001 | 101101 | 10111 | 1010001 | 11110 |
Color Harmonies of #8B3F0F
Complementary color
Monochromatic Colors of #8B3F0F
Black with #8B3F0F
Text Example
Text Example
White with #8B3F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3F0F; }
p { color: rgb(139,63,15); }
H1.HeaderClassName
{
color: #8B3F0F;
}
.AnyTagClassName
{
color: #8B3F0F;
}
</style>
background-color css
<style>
a { background-color: #8B3F0F; }
a { background-color: rgb(139,63,15); }
div.DivClassName
{
background-color: #8B3F0F;
}
.BgClassName
{
background-color: #8B3F0F;
}
</style>
border-color css
<style>
span { border-color: #8B3F0F; }
span { border-color: rgb(139,63,15); }
td.TdClassName
{
border-color: #8B3F0F;
}
.TagClassName
{
border-color: #8B3F0F;
}
</style>