Shades of Saddle Brown #8C330C
Tints of Saddle Brown #8C330C
RGB
CMYK
RGB Variations
Color information
#8C330C (or 0x8C330C) is known color: Saddle Brown. HEX triplet: 8C, 33 and 0C. RGB value is (140,51,12). Sum of RGB (Red+Green+Blue) = 140+51+12=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C330C is #73CCF3. Grayscale: #494949. Windows color (decimal): -7589108 or 799628. OLE color: 799628.
HSL color Cylindrical-coordinate representation of color #8C330C: hue angle of 18.28º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C330C is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 12 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.45 |
| HSL | 18.28º | 0.84% | 0.3% | - |
| HSV(B) | 18.28º | 0.91% | 0.55% | - |
| XYZ | 12.07 | 7.97 | 1.25 | - |
| YUV | 73.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 12 | 0 | 0.64 | 0.91 | 0.45 | 18.28 | 0.84 | 0.3 |
| Hex | 8C | 33 | C | 0 | 40 | 5B | 2D | 12 | 54 | 1E |
| Octal | 214 | 63 | 14 | 0 | 100 | 133 | 55 | 22 | 124 | 36 |
| Binary | 10001100 | 110011 | 1100 | 0 | 1000000 | 1011011 | 101101 | 10010 | 1010100 | 11110 |
Color Harmonies of #8C330C
Complementary color
Monochromatic Colors of #8C330C
Black with #8C330C
Text Example
Text Example
White with #8C330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C330C; }
p { color: rgb(140,51,12); }
H1.HeaderClassName
{
color: #8C330C;
}
.AnyTagClassName
{
color: #8C330C;
}
</style>
background-color css
<style>
a { background-color: #8C330C; }
a { background-color: rgb(140,51,12); }
div.DivClassName
{
background-color: #8C330C;
}
.BgClassName
{
background-color: #8C330C;
}
</style>
border-color css
<style>
span { border-color: #8C330C; }
span { border-color: rgb(140,51,12); }
td.TdClassName
{
border-color: #8C330C;
}
.TagClassName
{
border-color: #8C330C;
}
</style>