Shades of Golden Brown #9B5908
Tints of Golden Brown #9B5908
RGB
CMYK
RGB Variations
Color information
#9B5908 (or 0x9B5908) is known color: Golden Brown. HEX triplet: 9B, 59 and 08. RGB value is (155,89,8). Sum of RGB (Red+Green+Blue) = 155+89+8=252 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.51% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5908 is #64A6F7. Grayscale: #636363. Windows color (decimal): -6596344 or 547227. OLE color: 547227.
HSL color Cylindrical-coordinate representation of color #9B5908: hue angle of 33.06º 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 #9B5908 is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 8 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.39 |
| HSL | 33.06º | 0.9% | 0.32% | - |
| HSV(B) | 33.06º | 0.95% | 0.61% | - |
| XYZ | 17.13 | 14.13 | 2.05 | - |
| YUV | 99.5 | 76.37 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 8 | 0 | 0.43 | 0.95 | 0.39 | 33.06 | 0.9 | 0.32 |
| Hex | 9B | 59 | 8 | 0 | 2B | 5F | 27 | 21 | 5A | 20 |
| Octal | 233 | 131 | 10 | 0 | 53 | 137 | 47 | 41 | 132 | 40 |
| Binary | 10011011 | 1011001 | 1000 | 0 | 101011 | 1011111 | 100111 | 100001 | 1011010 | 100000 |
Color Harmonies of #9B5908
Complementary color
Monochromatic Colors of #9B5908
Black with #9B5908
Text Example
Text Example
White with #9B5908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5908; }
p { color: rgb(155,89,8); }
H1.HeaderClassName
{
color: #9B5908;
}
.AnyTagClassName
{
color: #9B5908;
}
</style>
background-color css
<style>
a { background-color: #9B5908; }
a { background-color: rgb(155,89,8); }
div.DivClassName
{
background-color: #9B5908;
}
.BgClassName
{
background-color: #9B5908;
}
</style>
border-color css
<style>
span { border-color: #9B5908; }
span { border-color: rgb(155,89,8); }
td.TdClassName
{
border-color: #9B5908;
}
.TagClassName
{
border-color: #9B5908;
}
</style>