Shades of Saddle Brown #9D3800
Tints of Saddle Brown #9D3800
RGB
CMYK
RGB Variations
Color information
#9D3800 (or 0x9D3800) is known color: Saddle Brown. HEX triplet: 9D, 38 and 00. RGB value is (157,56,0). Sum of RGB (Red+Green+Blue) = 157+56+0=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D3800 is #62C7FF. Grayscale: #505050. Windows color (decimal): -6473728 or 14493. OLE color: 14493.
HSL color Cylindrical-coordinate representation of color #9D3800: hue angle of 21.4º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D3800 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 56 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.38 |
| HSL | 21.4º | 1% | 0.31% | - |
| HSV(B) | 21.4º | 1% | 0.62% | - |
| XYZ | 15.32 | 10 | 1.12 | - |
| YUV | 79.82 | 82.96 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 56 | 0 | 0 | 0.64 | 1 | 0.38 | 21.4 | 1 | 0.31 |
| Hex | 9D | 38 | 0 | 0 | 40 | 64 | 26 | 15 | 64 | 1F |
| Octal | 235 | 70 | 0 | 0 | 100 | 144 | 46 | 25 | 144 | 37 |
| Binary | 10011101 | 111000 | 0 | 0 | 1000000 | 1100100 | 100110 | 10101 | 1100100 | 11111 |
Color Harmonies of #9D3800
Complementary color
Monochromatic Colors of #9D3800
Black with #9D3800
Text Example
Text Example
White with #9D3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3800; }
p { color: rgb(157,56,0); }
H1.HeaderClassName
{
color: #9D3800;
}
.AnyTagClassName
{
color: #9D3800;
}
</style>
background-color css
<style>
a { background-color: #9D3800; }
a { background-color: rgb(157,56,0); }
div.DivClassName
{
background-color: #9D3800;
}
.BgClassName
{
background-color: #9D3800;
}
</style>
border-color css
<style>
span { border-color: #9D3800; }
span { border-color: rgb(157,56,0); }
td.TdClassName
{
border-color: #9D3800;
}
.TagClassName
{
border-color: #9D3800;
}
</style>