Shades of Saddle Brown #9D3401
Tints of Saddle Brown #9D3401
RGB
CMYK
RGB Variations
Color information
#9D3401 (or 0x9D3401) is known color: Saddle Brown. HEX triplet: 9D, 34 and 01. RGB value is (157,52,1). Sum of RGB (Red+Green+Blue) = 157+52+1=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3401 is #62CBFE. Grayscale: #4D4D4D. Windows color (decimal): -6474751 or 79005. OLE color: 79005.
HSL color Cylindrical-coordinate representation of color #9D3401: hue angle of 19.62º 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 #9D3401 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 52 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.38 |
| HSL | 19.62º | 0.99% | 0.31% | - |
| HSV(B) | 19.62º | 0.99% | 0.62% | - |
| XYZ | 15.14 | 9.63 | 1.09 | - |
| YUV | 77.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 52 | 1 | 0 | 0.67 | 0.99 | 0.38 | 19.62 | 0.99 | 0.31 |
| Hex | 9D | 34 | 1 | 0 | 43 | 63 | 26 | 14 | 63 | 1F |
| Octal | 235 | 64 | 1 | 0 | 103 | 143 | 46 | 24 | 143 | 37 |
| Binary | 10011101 | 110100 | 1 | 0 | 1000011 | 1100011 | 100110 | 10100 | 1100011 | 11111 |
Color Harmonies of #9D3401
Complementary color
Monochromatic Colors of #9D3401
Black with #9D3401
Text Example
Text Example
White with #9D3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3401; }
p { color: rgb(157,52,1); }
H1.HeaderClassName
{
color: #9D3401;
}
.AnyTagClassName
{
color: #9D3401;
}
</style>
background-color css
<style>
a { background-color: #9D3401; }
a { background-color: rgb(157,52,1); }
div.DivClassName
{
background-color: #9D3401;
}
.BgClassName
{
background-color: #9D3401;
}
</style>
border-color css
<style>
span { border-color: #9D3401; }
span { border-color: rgb(157,52,1); }
td.TdClassName
{
border-color: #9D3401;
}
.TagClassName
{
border-color: #9D3401;
}
</style>