Shades of Saddle Brown #9B4700
Tints of Saddle Brown #9B4700
RGB
CMYK
RGB Variations
Color information
#9B4700 (or 0x9B4700) is known color: Saddle Brown. HEX triplet: 9B, 47 and 00. RGB value is (155,71,0). Sum of RGB (Red+Green+Blue) = 155+71+0=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4700 is #64B8FF. Grayscale: #585858. Windows color (decimal): -6600960 or 18331. OLE color: 18331.
HSL color Cylindrical-coordinate representation of color #9B4700: hue angle of 27.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B4700 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.39 |
| HSL | 27.48º | 1% | 0.3% | - |
| HSV(B) | 27.48º | 1% | 0.61% | - |
| XYZ | 15.77 | 11.48 | 1.38 | - |
| YUV | 88.02 | 78.33 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 0 | 0 | 0.54 | 1 | 0.39 | 27.48 | 1 | 0.3 |
| Hex | 9B | 47 | 0 | 0 | 36 | 64 | 27 | 1B | 64 | 1E |
| Octal | 233 | 107 | 0 | 0 | 66 | 144 | 47 | 33 | 144 | 36 |
| Binary | 10011011 | 1000111 | 0 | 0 | 110110 | 1100100 | 100111 | 11011 | 1100100 | 11110 |
Color Harmonies of #9B4700
Complementary color
Monochromatic Colors of #9B4700
Black with #9B4700
Text Example
Text Example
White with #9B4700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4700; }
p { color: rgb(155,71,0); }
H1.HeaderClassName
{
color: #9B4700;
}
.AnyTagClassName
{
color: #9B4700;
}
</style>
background-color css
<style>
a { background-color: #9B4700; }
a { background-color: rgb(155,71,0); }
div.DivClassName
{
background-color: #9B4700;
}
.BgClassName
{
background-color: #9B4700;
}
</style>
border-color css
<style>
span { border-color: #9B4700; }
span { border-color: rgb(155,71,0); }
td.TdClassName
{
border-color: #9B4700;
}
.TagClassName
{
border-color: #9B4700;
}
</style>