Shades of Golden Brown #9B5E16
Tints of Golden Brown #9B5E16
RGB
CMYK
RGB Variations
Color information
#9B5E16 (or 0x9B5E16) is known color: Golden Brown. HEX triplet: 9B, 5E and 16. RGB value is (155,94,22). Sum of RGB (Red+Green+Blue) = 155+94+22=271 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.20% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5E16 is #64A1E9. Grayscale: #686868. Windows color (decimal): -6595050 or 1466011. OLE color: 1466011.
HSL color Cylindrical-coordinate representation of color #9B5E16: hue angle of 32.48º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B5E16 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 22 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.39 |
| HSL | 32.48º | 0.75% | 0.35% | - |
| HSV(B) | 32.48º | 0.86% | 0.61% | - |
| XYZ | 17.67 | 15.03 | 2.73 | - |
| YUV | 104.03 | 81.71 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 22 | 0 | 0.39 | 0.86 | 0.39 | 32.48 | 0.75 | 0.35 |
| Hex | 9B | 5E | 16 | 0 | 27 | 56 | 27 | 20 | 4B | 23 |
| Octal | 233 | 136 | 26 | 0 | 47 | 126 | 47 | 40 | 113 | 43 |
| Binary | 10011011 | 1011110 | 10110 | 0 | 100111 | 1010110 | 100111 | 100000 | 1001011 | 100011 |
Color Harmonies of #9B5E16
Complementary color
Monochromatic Colors of #9B5E16
Black with #9B5E16
Text Example
Text Example
White with #9B5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E16; }
p { color: rgb(155,94,22); }
H1.HeaderClassName
{
color: #9B5E16;
}
.AnyTagClassName
{
color: #9B5E16;
}
</style>
background-color css
<style>
a { background-color: #9B5E16; }
a { background-color: rgb(155,94,22); }
div.DivClassName
{
background-color: #9B5E16;
}
.BgClassName
{
background-color: #9B5E16;
}
</style>
border-color css
<style>
span { border-color: #9B5E16; }
span { border-color: rgb(155,94,22); }
td.TdClassName
{
border-color: #9B5E16;
}
.TagClassName
{
border-color: #9B5E16;
}
</style>