Shades of Saddle Brown #8B3D15
Tints of Saddle Brown #8B3D15
RGB
CMYK
RGB Variations
Color information
#8B3D15 (or 0x8B3D15) is known color: Saddle Brown. HEX triplet: 8B, 3D and 15. RGB value is (139,61,21). Sum of RGB (Red+Green+Blue) = 139+61+21=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3D15 is #74C2EA. Grayscale: #505050. Windows color (decimal): -7652075 or 1392011. OLE color: 1392011.
HSL color Cylindrical-coordinate representation of color #8B3D15: hue angle of 20.34º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B3D15 is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 61 | 21 | - |
| CMYK | 0 | 0.56 | 0.85 | 0.45 |
| HSL | 20.34º | 0.74% | 0.31% | - |
| HSV(B) | 20.34º | 0.85% | 0.55% | - |
| XYZ | 12.45 | 8.88 | 1.77 | - |
| YUV | 79.76 | 94.84 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 21 | 0 | 0.56 | 0.85 | 0.45 | 20.34 | 0.74 | 0.31 |
| Hex | 8B | 3D | 15 | 0 | 38 | 55 | 2D | 14 | 4A | 1F |
| Octal | 213 | 75 | 25 | 0 | 70 | 125 | 55 | 24 | 112 | 37 |
| Binary | 10001011 | 111101 | 10101 | 0 | 111000 | 1010101 | 101101 | 10100 | 1001010 | 11111 |
Color Harmonies of #8B3D15
Complementary color
Monochromatic Colors of #8B3D15
Black with #8B3D15
Text Example
Text Example
White with #8B3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3D15; }
p { color: rgb(139,61,21); }
H1.HeaderClassName
{
color: #8B3D15;
}
.AnyTagClassName
{
color: #8B3D15;
}
</style>
background-color css
<style>
a { background-color: #8B3D15; }
a { background-color: rgb(139,61,21); }
div.DivClassName
{
background-color: #8B3D15;
}
.BgClassName
{
background-color: #8B3D15;
}
</style>
border-color css
<style>
span { border-color: #8B3D15; }
span { border-color: rgb(139,61,21); }
td.TdClassName
{
border-color: #8B3D15;
}
.TagClassName
{
border-color: #8B3D15;
}
</style>