Shades of Saddle Brown #8C4B10
Tints of Saddle Brown #8C4B10
RGB
CMYK
RGB Variations
Color information
#8C4B10 (or 0x8C4B10) is known color: Saddle Brown. HEX triplet: 8C, 4B and 10. RGB value is (140,75,16). Sum of RGB (Red+Green+Blue) = 140+75+16=231 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.61% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4B10 is #73B4EF. Grayscale: #585858. Windows color (decimal): -7582960 or 1067916. OLE color: 1067916.
HSL color Cylindrical-coordinate representation of color #8C4B10: hue angle of 28.55º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C4B10 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 16 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.45 |
| HSL | 28.55º | 0.79% | 0.31% | - |
| HSV(B) | 28.55º | 0.89% | 0.55% | - |
| XYZ | 13.42 | 10.65 | 1.84 | - |
| YUV | 87.71 | 87.53 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 16 | 0 | 0.46 | 0.89 | 0.45 | 28.55 | 0.79 | 0.31 |
| Hex | 8C | 4B | 10 | 0 | 2E | 59 | 2D | 1D | 4F | 1F |
| Octal | 214 | 113 | 20 | 0 | 56 | 131 | 55 | 35 | 117 | 37 |
| Binary | 10001100 | 1001011 | 10000 | 0 | 101110 | 1011001 | 101101 | 11101 | 1001111 | 11111 |
Color Harmonies of #8C4B10
Complementary color
Monochromatic Colors of #8C4B10
Black with #8C4B10
Text Example
Text Example
White with #8C4B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B10; }
p { color: rgb(140,75,16); }
H1.HeaderClassName
{
color: #8C4B10;
}
.AnyTagClassName
{
color: #8C4B10;
}
</style>
background-color css
<style>
a { background-color: #8C4B10; }
a { background-color: rgb(140,75,16); }
div.DivClassName
{
background-color: #8C4B10;
}
.BgClassName
{
background-color: #8C4B10;
}
</style>
border-color css
<style>
span { border-color: #8C4B10; }
span { border-color: rgb(140,75,16); }
td.TdClassName
{
border-color: #8C4B10;
}
.TagClassName
{
border-color: #8C4B10;
}
</style>