Shades of Saddle Brown #8B3508
Tints of Saddle Brown #8B3508
RGB
CMYK
RGB Variations
Color information
#8B3508 (or 0x8B3508) is known color: Saddle Brown. HEX triplet: 8B, 35 and 08. RGB value is (139,53,8). Sum of RGB (Red+Green+Blue) = 139+53+8=200 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.5% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3508 is #74CAF7. Grayscale: #494949. Windows color (decimal): -7654136 or 537995. OLE color: 537995.
HSL color Cylindrical-coordinate representation of color #8B3508: hue angle of 20.61º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B3508 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 53 | 8 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.45 |
| HSL | 20.61º | 0.89% | 0.29% | - |
| HSV(B) | 20.61º | 0.94% | 0.55% | - |
| XYZ | 11.96 | 8.05 | 1.15 | - |
| YUV | 73.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 53 | 8 | 0 | 0.62 | 0.94 | 0.45 | 20.61 | 0.89 | 0.29 |
| Hex | 8B | 35 | 8 | 0 | 3E | 5E | 2D | 15 | 59 | 1D |
| Octal | 213 | 65 | 10 | 0 | 76 | 136 | 55 | 25 | 131 | 35 |
| Binary | 10001011 | 110101 | 1000 | 0 | 111110 | 1011110 | 101101 | 10101 | 1011001 | 11101 |
Color Harmonies of #8B3508
Complementary color
Monochromatic Colors of #8B3508
Black with #8B3508
Text Example
Text Example
White with #8B3508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3508; }
p { color: rgb(139,53,8); }
H1.HeaderClassName
{
color: #8B3508;
}
.AnyTagClassName
{
color: #8B3508;
}
</style>
background-color css
<style>
a { background-color: #8B3508; }
a { background-color: rgb(139,53,8); }
div.DivClassName
{
background-color: #8B3508;
}
.BgClassName
{
background-color: #8B3508;
}
</style>
border-color css
<style>
span { border-color: #8B3508; }
span { border-color: rgb(139,53,8); }
td.TdClassName
{
border-color: #8B3508;
}
.TagClassName
{
border-color: #8B3508;
}
</style>