Shades of Saddle Brown #8C4B03
Tints of Saddle Brown #8C4B03
RGB
CMYK
RGB Variations
Color information
#8C4B03 (or 0x8C4B03) is known color: Saddle Brown. HEX triplet: 8C, 4B and 03. RGB value is (140,75,3). Sum of RGB (Red+Green+Blue) = 140+75+3=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4B03 is #73B4FC. Grayscale: #565656. Windows color (decimal): -7582973 or 215948. OLE color: 215948.
HSL color Cylindrical-coordinate representation of color #8C4B03: hue angle of 31.53º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C4B03 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 3 | - |
| CMYK | 0 | 0.46 | 0.98 | 0.45 |
| HSL | 31.53º | 0.96% | 0.28% | - |
| HSV(B) | 31.53º | 0.98% | 0.55% | - |
| XYZ | 13.35 | 10.61 | 1.43 | - |
| YUV | 86.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 3 | 0 | 0.46 | 0.98 | 0.45 | 31.53 | 0.96 | 0.28 |
| Hex | 8C | 4B | 3 | 0 | 2E | 62 | 2D | 20 | 60 | 1C |
| Octal | 214 | 113 | 3 | 0 | 56 | 142 | 55 | 40 | 140 | 34 |
| Binary | 10001100 | 1001011 | 11 | 0 | 101110 | 1100010 | 101101 | 100000 | 1100000 | 11100 |
Color Harmonies of #8C4B03
Complementary color
Monochromatic Colors of #8C4B03
Black with #8C4B03
Text Example
Text Example
White with #8C4B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B03; }
p { color: rgb(140,75,3); }
H1.HeaderClassName
{
color: #8C4B03;
}
.AnyTagClassName
{
color: #8C4B03;
}
</style>
background-color css
<style>
a { background-color: #8C4B03; }
a { background-color: rgb(140,75,3); }
div.DivClassName
{
background-color: #8C4B03;
}
.BgClassName
{
background-color: #8C4B03;
}
</style>
border-color css
<style>
span { border-color: #8C4B03; }
span { border-color: rgb(140,75,3); }
td.TdClassName
{
border-color: #8C4B03;
}
.TagClassName
{
border-color: #8C4B03;
}
</style>