Shades of Saddle Brown #9B370F
Tints of Saddle Brown #9B370F
RGB
CMYK
RGB Variations
Color information
#9B370F (or 0x9B370F) is known color: Saddle Brown. HEX triplet: 9B, 37 and 0F. RGB value is (155,55,15). Sum of RGB (Red+Green+Blue) = 155+55+15=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B370F is #64C8F0. Grayscale: #505050. Windows color (decimal): -6605041 or 997275. OLE color: 997275.
HSL color Cylindrical-coordinate representation of color #9B370F: hue angle of 17.14º 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 #9B370F is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 55 | 15 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.39 |
| HSL | 17.14º | 0.82% | 0.33% | - |
| HSV(B) | 17.14º | 0.9% | 0.61% | - |
| XYZ | 14.97 | 9.74 | 1.54 | - |
| YUV | 80.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 55 | 15 | 0 | 0.65 | 0.90 | 0.39 | 17.14 | 0.82 | 0.33 |
| Hex | 9B | 37 | F | 0 | 41 | 5A | 27 | 11 | 52 | 21 |
| Octal | 233 | 67 | 17 | 0 | 101 | 132 | 47 | 21 | 122 | 41 |
| Binary | 10011011 | 110111 | 1111 | 0 | 1000001 | 1011010 | 100111 | 10001 | 1010010 | 100001 |
Color Harmonies of #9B370F
Complementary color
Monochromatic Colors of #9B370F
Black with #9B370F
Text Example
Text Example
White with #9B370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B370F; }
p { color: rgb(155,55,15); }
H1.HeaderClassName
{
color: #9B370F;
}
.AnyTagClassName
{
color: #9B370F;
}
</style>
background-color css
<style>
a { background-color: #9B370F; }
a { background-color: rgb(155,55,15); }
div.DivClassName
{
background-color: #9B370F;
}
.BgClassName
{
background-color: #9B370F;
}
</style>
border-color css
<style>
span { border-color: #9B370F; }
span { border-color: rgb(155,55,15); }
td.TdClassName
{
border-color: #9B370F;
}
.TagClassName
{
border-color: #9B370F;
}
</style>