Shades of Saddle Brown #9F430F
Tints of Saddle Brown #9F430F
RGB
CMYK
RGB Variations
Color information
#9F430F (or 0x9F430F) is known color: Saddle Brown. HEX triplet: 9F, 43 and 0F. RGB value is (159,67,15). Sum of RGB (Red+Green+Blue) = 159+67+15=241 (31% of max value = 765). Red value is 159 (62.5% from 255 or 65.98% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 159 - color contains mainly: red. Hex color #9F430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F430F is #60BCF0. Grayscale: #585858. Windows color (decimal): -6339825 or 1000351. OLE color: 1000351.
HSL color Cylindrical-coordinate representation of color #9F430F: hue angle of 21.67º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F430F is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 67 | 15 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.38 |
| HSL | 21.67º | 0.83% | 0.34% | - |
| HSV(B) | 21.67º | 0.91% | 0.62% | - |
| XYZ | 16.39 | 11.42 | 1.79 | - |
| YUV | 88.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 67 | 15 | 0 | 0.58 | 0.91 | 0.38 | 21.67 | 0.83 | 0.34 |
| Hex | 9F | 43 | F | 0 | 3A | 5B | 26 | 16 | 53 | 22 |
| Octal | 237 | 103 | 17 | 0 | 72 | 133 | 46 | 26 | 123 | 42 |
| Binary | 10011111 | 1000011 | 1111 | 0 | 111010 | 1011011 | 100110 | 10110 | 1010011 | 100010 |
Color Harmonies of #9F430F
Complementary color
Monochromatic Colors of #9F430F
Black with #9F430F
Text Example
Text Example
White with #9F430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F430F; }
p { color: rgb(159,67,15); }
H1.HeaderClassName
{
color: #9F430F;
}
.AnyTagClassName
{
color: #9F430F;
}
</style>
background-color css
<style>
a { background-color: #9F430F; }
a { background-color: rgb(159,67,15); }
div.DivClassName
{
background-color: #9F430F;
}
.BgClassName
{
background-color: #9F430F;
}
</style>
border-color css
<style>
span { border-color: #9F430F; }
span { border-color: rgb(159,67,15); }
td.TdClassName
{
border-color: #9F430F;
}
.TagClassName
{
border-color: #9F430F;
}
</style>