Shades of Saddle Brown #9B4409
Tints of Saddle Brown #9B4409
RGB
CMYK
RGB Variations
Color information
#9B4409 (or 0x9B4409) is known color: Saddle Brown. HEX triplet: 9B, 44 and 09. RGB value is (155,68,9). Sum of RGB (Red+Green+Blue) = 155+68+9=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4409 is #64BBF6. Grayscale: #575757. Windows color (decimal): -6601719 or 607387. OLE color: 607387.
HSL color Cylindrical-coordinate representation of color #9B4409: hue angle of 24.25º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B4409 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 9 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.39 |
| HSL | 24.25º | 0.89% | 0.32% | - |
| HSV(B) | 24.25º | 0.94% | 0.61% | - |
| XYZ | 15.63 | 11.12 | 1.58 | - |
| YUV | 87.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 9 | 0 | 0.56 | 0.94 | 0.39 | 24.25 | 0.89 | 0.32 |
| Hex | 9B | 44 | 9 | 0 | 38 | 5E | 27 | 18 | 59 | 20 |
| Octal | 233 | 104 | 11 | 0 | 70 | 136 | 47 | 30 | 131 | 40 |
| Binary | 10011011 | 1000100 | 1001 | 0 | 111000 | 1011110 | 100111 | 11000 | 1011001 | 100000 |
Color Harmonies of #9B4409
Complementary color
Monochromatic Colors of #9B4409
Black with #9B4409
Text Example
Text Example
White with #9B4409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4409; }
p { color: rgb(155,68,9); }
H1.HeaderClassName
{
color: #9B4409;
}
.AnyTagClassName
{
color: #9B4409;
}
</style>
background-color css
<style>
a { background-color: #9B4409; }
a { background-color: rgb(155,68,9); }
div.DivClassName
{
background-color: #9B4409;
}
.BgClassName
{
background-color: #9B4409;
}
</style>
border-color css
<style>
span { border-color: #9B4409; }
span { border-color: rgb(155,68,9); }
td.TdClassName
{
border-color: #9B4409;
}
.TagClassName
{
border-color: #9B4409;
}
</style>