Shades of Saddle Brown #8F5306
Tints of Saddle Brown #8F5306
RGB
CMYK
RGB Variations
Color information
#8F5306 (or 0x8F5306) is known color: Saddle Brown. HEX triplet: 8F, 53 and 06. RGB value is (143,83,6). Sum of RGB (Red+Green+Blue) = 143+83+6=232 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.64% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F5306 is #70ACF9. Grayscale: #5C5C5C. Windows color (decimal): -7384314 or 414607. OLE color: 414607.
HSL color Cylindrical-coordinate representation of color #8F5306: hue angle of 33.72º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F5306 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 6 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.44 |
| HSL | 33.72º | 0.92% | 0.29% | - |
| HSV(B) | 33.72º | 0.96% | 0.56% | - |
| XYZ | 14.45 | 12.04 | 1.73 | - |
| YUV | 92.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 6 | 0 | 0.42 | 0.96 | 0.44 | 33.72 | 0.92 | 0.29 |
| Hex | 8F | 53 | 6 | 0 | 2A | 60 | 2C | 22 | 5C | 1D |
| Octal | 217 | 123 | 6 | 0 | 52 | 140 | 54 | 42 | 134 | 35 |
| Binary | 10001111 | 1010011 | 110 | 0 | 101010 | 1100000 | 101100 | 100010 | 1011100 | 11101 |
Color Harmonies of #8F5306
Complementary color
Monochromatic Colors of #8F5306
Black with #8F5306
Text Example
Text Example
White with #8F5306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5306; }
p { color: rgb(143,83,6); }
H1.HeaderClassName
{
color: #8F5306;
}
.AnyTagClassName
{
color: #8F5306;
}
</style>
background-color css
<style>
a { background-color: #8F5306; }
a { background-color: rgb(143,83,6); }
div.DivClassName
{
background-color: #8F5306;
}
.BgClassName
{
background-color: #8F5306;
}
</style>
border-color css
<style>
span { border-color: #8F5306; }
span { border-color: rgb(143,83,6); }
td.TdClassName
{
border-color: #8F5306;
}
.TagClassName
{
border-color: #8F5306;
}
</style>