Shades of Golden Brown #9B5A16
Tints of Golden Brown #9B5A16
RGB
CMYK
RGB Variations
Color information
#9B5A16 (or 0x9B5A16) is known color: Golden Brown. HEX triplet: 9B, 5A and 16. RGB value is (155,90,22). Sum of RGB (Red+Green+Blue) = 155+90+22=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5A16 is #64A5E9. Grayscale: #666666. Windows color (decimal): -6596074 or 1464987. OLE color: 1464987.
HSL color Cylindrical-coordinate representation of color #9B5A16: hue angle of 30.68º 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 #9B5A16 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 22 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.39 |
| HSL | 30.68º | 0.75% | 0.35% | - |
| HSV(B) | 30.68º | 0.86% | 0.61% | - |
| XYZ | 17.32 | 14.34 | 2.61 | - |
| YUV | 101.68 | 83.03 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 22 | 0 | 0.42 | 0.86 | 0.39 | 30.68 | 0.75 | 0.35 |
| Hex | 9B | 5A | 16 | 0 | 2A | 56 | 27 | 1F | 4B | 23 |
| Octal | 233 | 132 | 26 | 0 | 52 | 126 | 47 | 37 | 113 | 43 |
| Binary | 10011011 | 1011010 | 10110 | 0 | 101010 | 1010110 | 100111 | 11111 | 1001011 | 100011 |
Color Harmonies of #9B5A16
Complementary color
Monochromatic Colors of #9B5A16
Black with #9B5A16
Text Example
Text Example
White with #9B5A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A16; }
p { color: rgb(155,90,22); }
H1.HeaderClassName
{
color: #9B5A16;
}
.AnyTagClassName
{
color: #9B5A16;
}
</style>
background-color css
<style>
a { background-color: #9B5A16; }
a { background-color: rgb(155,90,22); }
div.DivClassName
{
background-color: #9B5A16;
}
.BgClassName
{
background-color: #9B5A16;
}
</style>
border-color css
<style>
span { border-color: #9B5A16; }
span { border-color: rgb(155,90,22); }
td.TdClassName
{
border-color: #9B5A16;
}
.TagClassName
{
border-color: #9B5A16;
}
</style>