Shades of Saddle Brown #8B3700
Tints of Saddle Brown #8B3700
RGB
CMYK
RGB Variations
Color information
#8B3700 (or 0x8B3700) is known color: Saddle Brown. HEX triplet: 8B, 37 and 00. RGB value is (139,55,0). Sum of RGB (Red+Green+Blue) = 139+55+0=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3700 is #74C8FF. Grayscale: #4A4A4A. Windows color (decimal): -7653632 or 14219. OLE color: 14219.
HSL color Cylindrical-coordinate representation of color #8B3700: hue angle of 23.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B3700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.45 |
| HSL | 23.74º | 1% | 0.27% | - |
| HSV(B) | 23.74º | 1% | 0.55% | - |
| XYZ | 12.01 | 8.22 | 0.95 | - |
| YUV | 73.85 | 86.33 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 0 | 0 | 0.60 | 1 | 0.45 | 23.74 | 1 | 0.27 |
| Hex | 8B | 37 | 0 | 0 | 3C | 64 | 2D | 18 | 64 | 1B |
| Octal | 213 | 67 | 0 | 0 | 74 | 144 | 55 | 30 | 144 | 33 |
| Binary | 10001011 | 110111 | 0 | 0 | 111100 | 1100100 | 101101 | 11000 | 1100100 | 11011 |
Color Harmonies of #8B3700
Complementary color
Monochromatic Colors of #8B3700
Black with #8B3700
Text Example
Text Example
White with #8B3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3700; }
p { color: rgb(139,55,0); }
H1.HeaderClassName
{
color: #8B3700;
}
.AnyTagClassName
{
color: #8B3700;
}
</style>
background-color css
<style>
a { background-color: #8B3700; }
a { background-color: rgb(139,55,0); }
div.DivClassName
{
background-color: #8B3700;
}
.BgClassName
{
background-color: #8B3700;
}
</style>
border-color css
<style>
span { border-color: #8B3700; }
span { border-color: rgb(139,55,0); }
td.TdClassName
{
border-color: #8B3700;
}
.TagClassName
{
border-color: #8B3700;
}
</style>