Shades of Saddle Brown #8C330F
Tints of Saddle Brown #8C330F
RGB
CMYK
RGB Variations
Color information
#8C330F (or 0x8C330F) is known color: Saddle Brown. HEX triplet: 8C, 33 and 0F. RGB value is (140,51,15). Sum of RGB (Red+Green+Blue) = 140+51+15=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C330F is #73CCF0. Grayscale: #494949. Windows color (decimal): -7589105 or 996236. OLE color: 996236.
HSL color Cylindrical-coordinate representation of color #8C330F: hue angle of 17.28º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C330F is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 15 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.45 |
| HSL | 17.28º | 0.81% | 0.3% | - |
| HSV(B) | 17.28º | 0.89% | 0.55% | - |
| XYZ | 12.09 | 7.98 | 1.35 | - |
| YUV | 73.51 | 94.99 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 15 | 0 | 0.64 | 0.89 | 0.45 | 17.28 | 0.81 | 0.3 |
| Hex | 8C | 33 | F | 0 | 40 | 59 | 2D | 11 | 51 | 1E |
| Octal | 214 | 63 | 17 | 0 | 100 | 131 | 55 | 21 | 121 | 36 |
| Binary | 10001100 | 110011 | 1111 | 0 | 1000000 | 1011001 | 101101 | 10001 | 1010001 | 11110 |
Color Harmonies of #8C330F
Complementary color
Monochromatic Colors of #8C330F
Black with #8C330F
Text Example
Text Example
White with #8C330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C330F; }
p { color: rgb(140,51,15); }
H1.HeaderClassName
{
color: #8C330F;
}
.AnyTagClassName
{
color: #8C330F;
}
</style>
background-color css
<style>
a { background-color: #8C330F; }
a { background-color: rgb(140,51,15); }
div.DivClassName
{
background-color: #8C330F;
}
.BgClassName
{
background-color: #8C330F;
}
</style>
border-color css
<style>
span { border-color: #8C330F; }
span { border-color: rgb(140,51,15); }
td.TdClassName
{
border-color: #8C330F;
}
.TagClassName
{
border-color: #8C330F;
}
</style>