Shades of Saddle Brown #8F320C
Tints of Saddle Brown #8F320C
RGB
CMYK
RGB Variations
Color information
#8F320C (or 0x8F320C) is known color: Saddle Brown. HEX triplet: 8F, 32 and 0C. RGB value is (143,50,12). Sum of RGB (Red+Green+Blue) = 143+50+12=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8F320C is #70CDF3. Grayscale: #494949. Windows color (decimal): -7392756 or 799375. OLE color: 799375.
HSL color Cylindrical-coordinate representation of color #8F320C: hue angle of 17.4º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F320C is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 50 | 12 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.44 |
| HSL | 17.4º | 0.85% | 0.3% | - |
| HSV(B) | 17.4º | 0.92% | 0.56% | - |
| XYZ | 12.53 | 8.15 | 1.26 | - |
| YUV | 73.48 | 93.31 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 50 | 12 | 0 | 0.65 | 0.92 | 0.44 | 17.4 | 0.85 | 0.3 |
| Hex | 8F | 32 | C | 0 | 41 | 5C | 2C | 11 | 55 | 1E |
| Octal | 217 | 62 | 14 | 0 | 101 | 134 | 54 | 21 | 125 | 36 |
| Binary | 10001111 | 110010 | 1100 | 0 | 1000001 | 1011100 | 101100 | 10001 | 1010101 | 11110 |
Color Harmonies of #8F320C
Complementary color
Monochromatic Colors of #8F320C
Black with #8F320C
Text Example
Text Example
White with #8F320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F320C; }
p { color: rgb(143,50,12); }
H1.HeaderClassName
{
color: #8F320C;
}
.AnyTagClassName
{
color: #8F320C;
}
</style>
background-color css
<style>
a { background-color: #8F320C; }
a { background-color: rgb(143,50,12); }
div.DivClassName
{
background-color: #8F320C;
}
.BgClassName
{
background-color: #8F320C;
}
</style>
border-color css
<style>
span { border-color: #8F320C; }
span { border-color: rgb(143,50,12); }
td.TdClassName
{
border-color: #8F320C;
}
.TagClassName
{
border-color: #8F320C;
}
</style>