Shades of Saddle Brown #8C3500
Tints of Saddle Brown #8C3500
RGB
CMYK
RGB Variations
Color information
#8C3500 (or 0x8C3500) is known color: Saddle Brown. HEX triplet: 8C, 35 and 00. RGB value is (140,53,0). Sum of RGB (Red+Green+Blue) = 140+53+0=193 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.54% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3500 is #73CAFF. Grayscale: #494949. Windows color (decimal): -7588608 or 13708. OLE color: 13708.
HSL color Cylindrical-coordinate representation of color #8C3500: hue angle of 22.71º 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 #8C3500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.45 |
| HSL | 22.71º | 1% | 0.27% | - |
| HSV(B) | 22.71º | 1% | 0.55% | - |
| XYZ | 12.09 | 8.12 | 0.93 | - |
| YUV | 72.97 | 86.82 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 0 | 0 | 0.62 | 1 | 0.45 | 22.71 | 1 | 0.27 |
| Hex | 8C | 35 | 0 | 0 | 3E | 64 | 2D | 17 | 64 | 1B |
| Octal | 214 | 65 | 0 | 0 | 76 | 144 | 55 | 27 | 144 | 33 |
| Binary | 10001100 | 110101 | 0 | 0 | 111110 | 1100100 | 101101 | 10111 | 1100100 | 11011 |
Color Harmonies of #8C3500
Complementary color
Monochromatic Colors of #8C3500
Black with #8C3500
Text Example
Text Example
White with #8C3500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3500; }
p { color: rgb(140,53,0); }
H1.HeaderClassName
{
color: #8C3500;
}
.AnyTagClassName
{
color: #8C3500;
}
</style>
background-color css
<style>
a { background-color: #8C3500; }
a { background-color: rgb(140,53,0); }
div.DivClassName
{
background-color: #8C3500;
}
.BgClassName
{
background-color: #8C3500;
}
</style>
border-color css
<style>
span { border-color: #8C3500; }
span { border-color: rgb(140,53,0); }
td.TdClassName
{
border-color: #8C3500;
}
.TagClassName
{
border-color: #8C3500;
}
</style>