Shades of Saddle Brown #9C5003
Tints of Saddle Brown #9C5003
RGB
CMYK
RGB Variations
Color information
#9C5003 (or 0x9C5003) is known color: Saddle Brown. HEX triplet: 9C, 50 and 03. RGB value is (156,80,3). Sum of RGB (Red+Green+Blue) = 156+80+3=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5003 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5003 is #63AFFC. Grayscale: #5E5E5E. Windows color (decimal): -6533117 or 217244. OLE color: 217244.
HSL color Cylindrical-coordinate representation of color #9C5003: hue angle of 30.2º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C5003 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 80 | 3 | - |
| CMYK | 0 | 0.49 | 0.98 | 0.39 |
| HSL | 30.2º | 0.96% | 0.31% | - |
| HSV(B) | 30.2º | 0.98% | 0.61% | - |
| XYZ | 16.6 | 12.81 | 1.68 | - |
| YUV | 93.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 80 | 3 | 0 | 0.49 | 0.98 | 0.39 | 30.2 | 0.96 | 0.31 |
| Hex | 9C | 50 | 3 | 0 | 31 | 62 | 27 | 1E | 60 | 1F |
| Octal | 234 | 120 | 3 | 0 | 61 | 142 | 47 | 36 | 140 | 37 |
| Binary | 10011100 | 1010000 | 11 | 0 | 110001 | 1100010 | 100111 | 11110 | 1100000 | 11111 |
Color Harmonies of #9C5003
Complementary color
Monochromatic Colors of #9C5003
Black with #9C5003
Text Example
Text Example
White with #9C5003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5003; }
p { color: rgb(156,80,3); }
H1.HeaderClassName
{
color: #9C5003;
}
.AnyTagClassName
{
color: #9C5003;
}
</style>
background-color css
<style>
a { background-color: #9C5003; }
a { background-color: rgb(156,80,3); }
div.DivClassName
{
background-color: #9C5003;
}
.BgClassName
{
background-color: #9C5003;
}
</style>
border-color css
<style>
span { border-color: #9C5003; }
span { border-color: rgb(156,80,3); }
td.TdClassName
{
border-color: #9C5003;
}
.TagClassName
{
border-color: #9C5003;
}
</style>