Shades of Golden Brown #9B5E08
Tints of Golden Brown #9B5E08
RGB
CMYK
RGB Variations
Color information
#9B5E08 (or 0x9B5E08) is known color: Golden Brown. HEX triplet: 9B, 5E and 08. RGB value is (155,94,8). Sum of RGB (Red+Green+Blue) = 155+94+8=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5E08 is #64A1F7. Grayscale: #666666. Windows color (decimal): -6595064 or 548507. OLE color: 548507.
HSL color Cylindrical-coordinate representation of color #9B5E08: hue angle of 35.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9B5E08 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 8 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.39 |
| HSL | 35.1º | 0.9% | 0.32% | - |
| HSV(B) | 35.1º | 0.95% | 0.61% | - |
| XYZ | 17.56 | 14.99 | 2.2 | - |
| YUV | 102.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 8 | 0 | 0.39 | 0.95 | 0.39 | 35.1 | 0.9 | 0.32 |
| Hex | 9B | 5E | 8 | 0 | 27 | 5F | 27 | 23 | 5A | 20 |
| Octal | 233 | 136 | 10 | 0 | 47 | 137 | 47 | 43 | 132 | 40 |
| Binary | 10011011 | 1011110 | 1000 | 0 | 100111 | 1011111 | 100111 | 100011 | 1011010 | 100000 |
Color Harmonies of #9B5E08
Complementary color
Monochromatic Colors of #9B5E08
Black with #9B5E08
Text Example
Text Example
White with #9B5E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E08; }
p { color: rgb(155,94,8); }
H1.HeaderClassName
{
color: #9B5E08;
}
.AnyTagClassName
{
color: #9B5E08;
}
</style>
background-color css
<style>
a { background-color: #9B5E08; }
a { background-color: rgb(155,94,8); }
div.DivClassName
{
background-color: #9B5E08;
}
.BgClassName
{
background-color: #9B5E08;
}
</style>
border-color css
<style>
span { border-color: #9B5E08; }
span { border-color: rgb(155,94,8); }
td.TdClassName
{
border-color: #9B5E08;
}
.TagClassName
{
border-color: #9B5E08;
}
</style>