Shades of Saddle Brown #9B3C17
Tints of Saddle Brown #9B3C17
RGB
CMYK
RGB Variations
Color information
#9B3C17 (or 0x9B3C17) is known color: Saddle Brown. HEX triplet: 9B, 3C and 17. RGB value is (155,60,23). Sum of RGB (Red+Green+Blue) = 155+60+23=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3C17 is #64C3E8. Grayscale: #545454. Windows color (decimal): -6603753 or 1522843. OLE color: 1522843.
HSL color Cylindrical-coordinate representation of color #9B3C17: hue angle of 16.82º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B3C17 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 60 | 23 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.39 |
| HSL | 16.82º | 0.74% | 0.35% | - |
| HSV(B) | 16.82º | 0.85% | 0.61% | - |
| XYZ | 15.29 | 10.26 | 1.99 | - |
| YUV | 84.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 60 | 23 | 0 | 0.61 | 0.85 | 0.39 | 16.82 | 0.74 | 0.35 |
| Hex | 9B | 3C | 17 | 0 | 3D | 55 | 27 | 11 | 4A | 23 |
| Octal | 233 | 74 | 27 | 0 | 75 | 125 | 47 | 21 | 112 | 43 |
| Binary | 10011011 | 111100 | 10111 | 0 | 111101 | 1010101 | 100111 | 10001 | 1001010 | 100011 |
Color Harmonies of #9B3C17
Complementary color
Monochromatic Colors of #9B3C17
Black with #9B3C17
Text Example
Text Example
White with #9B3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3C17; }
p { color: rgb(155,60,23); }
H1.HeaderClassName
{
color: #9B3C17;
}
.AnyTagClassName
{
color: #9B3C17;
}
</style>
background-color css
<style>
a { background-color: #9B3C17; }
a { background-color: rgb(155,60,23); }
div.DivClassName
{
background-color: #9B3C17;
}
.BgClassName
{
background-color: #9B3C17;
}
</style>
border-color css
<style>
span { border-color: #9B3C17; }
span { border-color: rgb(155,60,23); }
td.TdClassName
{
border-color: #9B3C17;
}
.TagClassName
{
border-color: #9B3C17;
}
</style>