Shades of Saddle Brown #9D330D
Tints of Saddle Brown #9D330D
RGB
CMYK
RGB Variations
Color information
#9D330D (or 0x9D330D) is known color: Saddle Brown. HEX triplet: 9D, 33 and 0D. RGB value is (157,51,13). Sum of RGB (Red+Green+Blue) = 157+51+13=221 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.04% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 13 (5.47% from 255 or 5.88% from 221); Max value from RGB is 157 - color contains mainly: red. Hex color #9D330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D330D is #62CCF2. Grayscale: #4E4E4E. Windows color (decimal): -6474995 or 865181. OLE color: 865181.
HSL color Cylindrical-coordinate representation of color #9D330D: hue angle of 15.83º 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 #9D330D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 51 | 13 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.38 |
| HSL | 15.83º | 0.85% | 0.33% | - |
| HSV(B) | 15.83º | 0.92% | 0.62% | - |
| XYZ | 15.16 | 9.56 | 1.43 | - |
| YUV | 78.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 51 | 13 | 0 | 0.68 | 0.92 | 0.38 | 15.83 | 0.85 | 0.33 |
| Hex | 9D | 33 | D | 0 | 44 | 5C | 26 | 10 | 55 | 21 |
| Octal | 235 | 63 | 15 | 0 | 104 | 134 | 46 | 20 | 125 | 41 |
| Binary | 10011101 | 110011 | 1101 | 0 | 1000100 | 1011100 | 100110 | 10000 | 1010101 | 100001 |
Color Harmonies of #9D330D
Complementary color
Monochromatic Colors of #9D330D
Black with #9D330D
Text Example
Text Example
White with #9D330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D330D; }
p { color: rgb(157,51,13); }
H1.HeaderClassName
{
color: #9D330D;
}
.AnyTagClassName
{
color: #9D330D;
}
</style>
background-color css
<style>
a { background-color: #9D330D; }
a { background-color: rgb(157,51,13); }
div.DivClassName
{
background-color: #9D330D;
}
.BgClassName
{
background-color: #9D330D;
}
</style>
border-color css
<style>
span { border-color: #9D330D; }
span { border-color: rgb(157,51,13); }
td.TdClassName
{
border-color: #9D330D;
}
.TagClassName
{
border-color: #9D330D;
}
</style>