Shades of Saddle Brown #9B440F
Tints of Saddle Brown #9B440F
RGB
CMYK
RGB Variations
Color information
#9B440F (or 0x9B440F) is known color: Saddle Brown. HEX triplet: 9B, 44 and 0F. RGB value is (155,68,15). Sum of RGB (Red+Green+Blue) = 155+68+15=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B440F is #64BBF0. Grayscale: #585858. Windows color (decimal): -6601713 or 1000603. OLE color: 1000603.
HSL color Cylindrical-coordinate representation of color #9B440F: hue angle of 22.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B440F is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 15 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.39 |
| HSL | 22.71º | 0.82% | 0.33% | - |
| HSV(B) | 22.71º | 0.9% | 0.61% | - |
| XYZ | 15.67 | 11.14 | 1.78 | - |
| YUV | 87.97 | 86.82 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 15 | 0 | 0.56 | 0.90 | 0.39 | 22.71 | 0.82 | 0.33 |
| Hex | 9B | 44 | F | 0 | 38 | 5A | 27 | 17 | 52 | 21 |
| Octal | 233 | 104 | 17 | 0 | 70 | 132 | 47 | 27 | 122 | 41 |
| Binary | 10011011 | 1000100 | 1111 | 0 | 111000 | 1011010 | 100111 | 10111 | 1010010 | 100001 |
Color Harmonies of #9B440F
Complementary color
Monochromatic Colors of #9B440F
Black with #9B440F
Text Example
Text Example
White with #9B440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B440F; }
p { color: rgb(155,68,15); }
H1.HeaderClassName
{
color: #9B440F;
}
.AnyTagClassName
{
color: #9B440F;
}
</style>
background-color css
<style>
a { background-color: #9B440F; }
a { background-color: rgb(155,68,15); }
div.DivClassName
{
background-color: #9B440F;
}
.BgClassName
{
background-color: #9B440F;
}
</style>
border-color css
<style>
span { border-color: #9B440F; }
span { border-color: rgb(155,68,15); }
td.TdClassName
{
border-color: #9B440F;
}
.TagClassName
{
border-color: #9B440F;
}
</style>