Shades of Saddle Brown #9D4503
Tints of Saddle Brown #9D4503
RGB
CMYK
RGB Variations
Color information
#9D4503 (or 0x9D4503) is known color: Saddle Brown. HEX triplet: 9D, 45 and 03. RGB value is (157,69,3). Sum of RGB (Red+Green+Blue) = 157+69+3=229 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.56% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4503 is #62BAFC. Grayscale: #585858. Windows color (decimal): -6470397 or 214429. OLE color: 214429.
HSL color Cylindrical-coordinate representation of color #9D4503: hue angle of 25.71º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9D4503 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 3 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.38 |
| HSL | 25.71º | 0.96% | 0.31% | - |
| HSV(B) | 25.71º | 0.98% | 0.62% | - |
| XYZ | 16.05 | 11.43 | 1.45 | - |
| YUV | 87.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 3 | 0 | 0.56 | 0.98 | 0.38 | 25.71 | 0.96 | 0.31 |
| Hex | 9D | 45 | 3 | 0 | 38 | 62 | 26 | 1A | 60 | 1F |
| Octal | 235 | 105 | 3 | 0 | 70 | 142 | 46 | 32 | 140 | 37 |
| Binary | 10011101 | 1000101 | 11 | 0 | 111000 | 1100010 | 100110 | 11010 | 1100000 | 11111 |
Color Harmonies of #9D4503
Complementary color
Monochromatic Colors of #9D4503
Black with #9D4503
Text Example
Text Example
White with #9D4503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4503; }
p { color: rgb(157,69,3); }
H1.HeaderClassName
{
color: #9D4503;
}
.AnyTagClassName
{
color: #9D4503;
}
</style>
background-color css
<style>
a { background-color: #9D4503; }
a { background-color: rgb(157,69,3); }
div.DivClassName
{
background-color: #9D4503;
}
.BgClassName
{
background-color: #9D4503;
}
</style>
border-color css
<style>
span { border-color: #9D4503; }
span { border-color: rgb(157,69,3); }
td.TdClassName
{
border-color: #9D4503;
}
.TagClassName
{
border-color: #9D4503;
}
</style>