Shades of Saddle Brown #8C3501
Tints of Saddle Brown #8C3501
RGB
CMYK
RGB Variations
Color information
#8C3501 (or 0x8C3501) is known color: Saddle Brown. HEX triplet: 8C, 35 and 01. RGB value is (140,53,1). Sum of RGB (Red+Green+Blue) = 140+53+1=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 1 (0.78% from 255 or 0.52% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3501 is #73CAFE. Grayscale: #494949. Windows color (decimal): -7588607 or 79244. OLE color: 79244.
HSL color Cylindrical-coordinate representation of color #8C3501: hue angle of 22.45º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C3501 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 53 | 1 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.45 |
| HSL | 22.45º | 0.99% | 0.28% | - |
| HSV(B) | 22.45º | 0.99% | 0.55% | - |
| XYZ | 12.09 | 8.12 | 0.96 | - |
| YUV | 73.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 53 | 1 | 0 | 0.62 | 0.99 | 0.45 | 22.45 | 0.99 | 0.28 |
| Hex | 8C | 35 | 1 | 0 | 3E | 63 | 2D | 16 | 63 | 1C |
| Octal | 214 | 65 | 1 | 0 | 76 | 143 | 55 | 26 | 143 | 34 |
| Binary | 10001100 | 110101 | 1 | 0 | 111110 | 1100011 | 101101 | 10110 | 1100011 | 11100 |
Color Harmonies of #8C3501
Complementary color
Monochromatic Colors of #8C3501
Black with #8C3501
Text Example
Text Example
White with #8C3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3501; }
p { color: rgb(140,53,1); }
H1.HeaderClassName
{
color: #8C3501;
}
.AnyTagClassName
{
color: #8C3501;
}
</style>
background-color css
<style>
a { background-color: #8C3501; }
a { background-color: rgb(140,53,1); }
div.DivClassName
{
background-color: #8C3501;
}
.BgClassName
{
background-color: #8C3501;
}
</style>
border-color css
<style>
span { border-color: #8C3501; }
span { border-color: rgb(140,53,1); }
td.TdClassName
{
border-color: #8C3501;
}
.TagClassName
{
border-color: #8C3501;
}
</style>