Shades of Saddle Brown #9B3101
Tints of Saddle Brown #9B3101
RGB
CMYK
RGB Variations
Color information
#9B3101 (or 0x9B3101) is known color: Saddle Brown. HEX triplet: 9B, 31 and 01. RGB value is (155,49,1). Sum of RGB (Red+Green+Blue) = 155+49+1=205 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.61% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3101 is #64CEFE. Grayscale: #4B4B4B. Windows color (decimal): -6606591 or 78235. OLE color: 78235.
HSL color Cylindrical-coordinate representation of color #9B3101: hue angle of 18.7º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B3101 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 49 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.39 |
| HSL | 18.7º | 0.99% | 0.31% | - |
| HSV(B) | 18.7º | 0.99% | 0.61% | - |
| XYZ | 14.62 | 9.17 | 1.03 | - |
| YUV | 75.22 | 86.12 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 49 | 1 | 0 | 0.68 | 0.99 | 0.39 | 18.7 | 0.99 | 0.31 |
| Hex | 9B | 31 | 1 | 0 | 44 | 63 | 27 | 13 | 63 | 1F |
| Octal | 233 | 61 | 1 | 0 | 104 | 143 | 47 | 23 | 143 | 37 |
| Binary | 10011011 | 110001 | 1 | 0 | 1000100 | 1100011 | 100111 | 10011 | 1100011 | 11111 |
Color Harmonies of #9B3101
Complementary color
Monochromatic Colors of #9B3101
Black with #9B3101
Text Example
Text Example
White with #9B3101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3101; }
p { color: rgb(155,49,1); }
H1.HeaderClassName
{
color: #9B3101;
}
.AnyTagClassName
{
color: #9B3101;
}
</style>
background-color css
<style>
a { background-color: #9B3101; }
a { background-color: rgb(155,49,1); }
div.DivClassName
{
background-color: #9B3101;
}
.BgClassName
{
background-color: #9B3101;
}
</style>
border-color css
<style>
span { border-color: #9B3101; }
span { border-color: rgb(155,49,1); }
td.TdClassName
{
border-color: #9B3101;
}
.TagClassName
{
border-color: #9B3101;
}
</style>