Shades of Saddle Brown #9D320D
Tints of Saddle Brown #9D320D
RGB
CMYK
RGB Variations
Color information
#9D320D (or 0x9D320D) is known color: Saddle Brown. HEX triplet: 9D, 32 and 0D. RGB value is (157,50,13). Sum of RGB (Red+Green+Blue) = 157+50+13=220 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.36% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 157 - color contains mainly: red. Hex color #9D320D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D320D is #62CDF2. Grayscale: #4E4E4E. Windows color (decimal): -6475251 or 864925. OLE color: 864925.
HSL color Cylindrical-coordinate representation of color #9D320D: hue angle of 15.42º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D320D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 13 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.38 |
| HSL | 15.42º | 0.85% | 0.33% | - |
| HSV(B) | 15.42º | 0.92% | 0.62% | - |
| XYZ | 15.12 | 9.48 | 1.41 | - |
| YUV | 77.78 | 91.45 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 13 | 0 | 0.68 | 0.92 | 0.38 | 15.42 | 0.85 | 0.33 |
| Hex | 9D | 32 | D | 0 | 44 | 5C | 26 | F | 55 | 21 |
| Octal | 235 | 62 | 15 | 0 | 104 | 134 | 46 | 17 | 125 | 41 |
| Binary | 10011101 | 110010 | 1101 | 0 | 1000100 | 1011100 | 100110 | 1111 | 1010101 | 100001 |
Color Harmonies of #9D320D
Complementary color
Monochromatic Colors of #9D320D
Black with #9D320D
Text Example
Text Example
White with #9D320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D320D; }
p { color: rgb(157,50,13); }
H1.HeaderClassName
{
color: #9D320D;
}
.AnyTagClassName
{
color: #9D320D;
}
</style>
background-color css
<style>
a { background-color: #9D320D; }
a { background-color: rgb(157,50,13); }
div.DivClassName
{
background-color: #9D320D;
}
.BgClassName
{
background-color: #9D320D;
}
</style>
border-color css
<style>
span { border-color: #9D320D; }
span { border-color: rgb(157,50,13); }
td.TdClassName
{
border-color: #9D320D;
}
.TagClassName
{
border-color: #9D320D;
}
</style>