Shades of Golden Brown #9B5D17
Tints of Golden Brown #9B5D17
RGB
CMYK
RGB Variations
Color information
#9B5D17 (or 0x9B5D17) is known color: Golden Brown. HEX triplet: 9B, 5D and 17. RGB value is (155,93,23). Sum of RGB (Red+Green+Blue) = 155+93+23=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5D17 is #64A2E8. Grayscale: #676767. Windows color (decimal): -6595305 or 1531291. OLE color: 1531291.
HSL color Cylindrical-coordinate representation of color #9B5D17: hue angle of 31.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 #9B5D17 is Cyan = 0, Magento = 0.4, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 23 | - |
| CMYK | 0 | 0.4 | 0.85 | 0.39 |
| HSL | 31.82º | 0.74% | 0.35% | - |
| HSV(B) | 31.82º | 0.85% | 0.61% | - |
| XYZ | 17.59 | 14.86 | 2.75 | - |
| YUV | 103.56 | 82.54 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 23 | 0 | 0.4 | 0.85 | 0.39 | 31.82 | 0.74 | 0.35 |
| Hex | 9B | 5D | 17 | 0 | 28 | 55 | 27 | 20 | 4A | 23 |
| Octal | 233 | 135 | 27 | 0 | 50 | 125 | 47 | 40 | 112 | 43 |
| Binary | 10011011 | 1011101 | 10111 | 0 | 101000 | 1010101 | 100111 | 100000 | 1001010 | 100011 |
Color Harmonies of #9B5D17
Complementary color
Monochromatic Colors of #9B5D17
Black with #9B5D17
Text Example
Text Example
White with #9B5D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D17; }
p { color: rgb(155,93,23); }
H1.HeaderClassName
{
color: #9B5D17;
}
.AnyTagClassName
{
color: #9B5D17;
}
</style>
background-color css
<style>
a { background-color: #9B5D17; }
a { background-color: rgb(155,93,23); }
div.DivClassName
{
background-color: #9B5D17;
}
.BgClassName
{
background-color: #9B5D17;
}
</style>
border-color css
<style>
span { border-color: #9B5D17; }
span { border-color: rgb(155,93,23); }
td.TdClassName
{
border-color: #9B5D17;
}
.TagClassName
{
border-color: #9B5D17;
}
</style>