Shades of Saddle Brown #8C300B
Tints of Saddle Brown #8C300B
RGB
CMYK
RGB Variations
Color information
#8C300B (or 0x8C300B) is known color: Saddle Brown. HEX triplet: 8C, 30 and 0B. RGB value is (140,48,11). Sum of RGB (Red+Green+Blue) = 140+48+11=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C300B is #73CFF4. Grayscale: #474747. Windows color (decimal): -7589877 or 733324. OLE color: 733324.
HSL color Cylindrical-coordinate representation of color #8C300B: hue angle of 17.21º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C300B is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 11 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.45 |
| HSL | 17.21º | 0.85% | 0.3% | - |
| HSV(B) | 17.21º | 0.92% | 0.55% | - |
| XYZ | 11.93 | 7.71 | 1.18 | - |
| YUV | 71.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 11 | 0 | 0.66 | 0.92 | 0.45 | 17.21 | 0.85 | 0.3 |
| Hex | 8C | 30 | B | 0 | 42 | 5C | 2D | 11 | 55 | 1E |
| Octal | 214 | 60 | 13 | 0 | 102 | 134 | 55 | 21 | 125 | 36 |
| Binary | 10001100 | 110000 | 1011 | 0 | 1000010 | 1011100 | 101101 | 10001 | 1010101 | 11110 |
Color Harmonies of #8C300B
Complementary color
Monochromatic Colors of #8C300B
Black with #8C300B
Text Example
Text Example
White with #8C300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C300B; }
p { color: rgb(140,48,11); }
H1.HeaderClassName
{
color: #8C300B;
}
.AnyTagClassName
{
color: #8C300B;
}
</style>
background-color css
<style>
a { background-color: #8C300B; }
a { background-color: rgb(140,48,11); }
div.DivClassName
{
background-color: #8C300B;
}
.BgClassName
{
background-color: #8C300B;
}
</style>
border-color css
<style>
span { border-color: #8C300B; }
span { border-color: rgb(140,48,11); }
td.TdClassName
{
border-color: #8C300B;
}
.TagClassName
{
border-color: #8C300B;
}
</style>