Shades of Saddle Brown #9D4001
Tints of Saddle Brown #9D4001
RGB
CMYK
RGB Variations
Color information
#9D4001 (or 0x9D4001) is known color: Saddle Brown. HEX triplet: 9D, 40 and 01. RGB value is (157,64,1). Sum of RGB (Red+Green+Blue) = 157+64+1=222 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.72% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4001 is #62BFFE. Grayscale: #545454. Windows color (decimal): -6471679 or 82077. OLE color: 82077.
HSL color Cylindrical-coordinate representation of color #9D4001: hue angle of 24.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D4001 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.38 |
| HSL | 24.23º | 0.99% | 0.31% | - |
| HSV(B) | 24.23º | 0.99% | 0.62% | - |
| XYZ | 15.74 | 10.84 | 1.29 | - |
| YUV | 84.63 | 80.81 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 1 | 0 | 0.59 | 0.99 | 0.38 | 24.23 | 0.99 | 0.31 |
| Hex | 9D | 40 | 1 | 0 | 3B | 63 | 26 | 18 | 63 | 1F |
| Octal | 235 | 100 | 1 | 0 | 73 | 143 | 46 | 30 | 143 | 37 |
| Binary | 10011101 | 1000000 | 1 | 0 | 111011 | 1100011 | 100110 | 11000 | 1100011 | 11111 |
Color Harmonies of #9D4001
Complementary color
Monochromatic Colors of #9D4001
Black with #9D4001
Text Example
Text Example
White with #9D4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4001; }
p { color: rgb(157,64,1); }
H1.HeaderClassName
{
color: #9D4001;
}
.AnyTagClassName
{
color: #9D4001;
}
</style>
background-color css
<style>
a { background-color: #9D4001; }
a { background-color: rgb(157,64,1); }
div.DivClassName
{
background-color: #9D4001;
}
.BgClassName
{
background-color: #9D4001;
}
</style>
border-color css
<style>
span { border-color: #9D4001; }
span { border-color: rgb(157,64,1); }
td.TdClassName
{
border-color: #9D4001;
}
.TagClassName
{
border-color: #9D4001;
}
</style>