Shades of Saddle Brown #9D440F
Tints of Saddle Brown #9D440F
RGB
CMYK
RGB Variations
Color information
#9D440F (or 0x9D440F) is known color: Saddle Brown. HEX triplet: 9D, 44 and 0F. RGB value is (157,68,15). Sum of RGB (Red+Green+Blue) = 157+68+15=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D440F is #62BBF0. Grayscale: #585858. Windows color (decimal): -6470641 or 1000605. OLE color: 1000605.
HSL color Cylindrical-coordinate representation of color #9D440F: hue angle of 22.39º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D440F is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 68 | 15 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.38 |
| HSL | 22.39º | 0.83% | 0.34% | - |
| HSV(B) | 22.39º | 0.9% | 0.62% | - |
| XYZ | 16.06 | 11.34 | 1.79 | - |
| YUV | 88.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 68 | 15 | 0 | 0.57 | 0.90 | 0.38 | 22.39 | 0.83 | 0.34 |
| Hex | 9D | 44 | F | 0 | 39 | 5A | 26 | 16 | 53 | 22 |
| Octal | 235 | 104 | 17 | 0 | 71 | 132 | 46 | 26 | 123 | 42 |
| Binary | 10011101 | 1000100 | 1111 | 0 | 111001 | 1011010 | 100110 | 10110 | 1010011 | 100010 |
Color Harmonies of #9D440F
Complementary color
Monochromatic Colors of #9D440F
Black with #9D440F
Text Example
Text Example
White with #9D440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D440F; }
p { color: rgb(157,68,15); }
H1.HeaderClassName
{
color: #9D440F;
}
.AnyTagClassName
{
color: #9D440F;
}
</style>
background-color css
<style>
a { background-color: #9D440F; }
a { background-color: rgb(157,68,15); }
div.DivClassName
{
background-color: #9D440F;
}
.BgClassName
{
background-color: #9D440F;
}
</style>
border-color css
<style>
span { border-color: #9D440F; }
span { border-color: rgb(157,68,15); }
td.TdClassName
{
border-color: #9D440F;
}
.TagClassName
{
border-color: #9D440F;
}
</style>