Shades of Saddle Brown #8C330B
Tints of Saddle Brown #8C330B
RGB
CMYK
RGB Variations
Color information
#8C330B (or 0x8C330B) is known color: Saddle Brown. HEX triplet: 8C, 33 and 0B. RGB value is (140,51,11). Sum of RGB (Red+Green+Blue) = 140+51+11=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C330B is #73CCF4. Grayscale: #494949. Windows color (decimal): -7589109 or 734092. OLE color: 734092.
HSL color Cylindrical-coordinate representation of color #8C330B: hue angle of 18.6º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C330B is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 11 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.45 |
| HSL | 18.6º | 0.85% | 0.3% | - |
| HSV(B) | 18.6º | 0.92% | 0.55% | - |
| XYZ | 12.06 | 7.97 | 1.22 | - |
| YUV | 73.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 11 | 0 | 0.64 | 0.92 | 0.45 | 18.6 | 0.85 | 0.3 |
| Hex | 8C | 33 | B | 0 | 40 | 5C | 2D | 13 | 55 | 1E |
| Octal | 214 | 63 | 13 | 0 | 100 | 134 | 55 | 23 | 125 | 36 |
| Binary | 10001100 | 110011 | 1011 | 0 | 1000000 | 1011100 | 101101 | 10011 | 1010101 | 11110 |
Color Harmonies of #8C330B
Complementary color
Monochromatic Colors of #8C330B
Black with #8C330B
Text Example
Text Example
White with #8C330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C330B; }
p { color: rgb(140,51,11); }
H1.HeaderClassName
{
color: #8C330B;
}
.AnyTagClassName
{
color: #8C330B;
}
</style>
background-color css
<style>
a { background-color: #8C330B; }
a { background-color: rgb(140,51,11); }
div.DivClassName
{
background-color: #8C330B;
}
.BgClassName
{
background-color: #8C330B;
}
</style>
border-color css
<style>
span { border-color: #8C330B; }
span { border-color: rgb(140,51,11); }
td.TdClassName
{
border-color: #8C330B;
}
.TagClassName
{
border-color: #8C330B;
}
</style>