Shades of Golden Brown #9B5E04
Tints of Golden Brown #9B5E04
RGB
CMYK
RGB Variations
Color information
#9B5E04 (or 0x9B5E04) is known color: Golden Brown. HEX triplet: 9B, 5E and 04. RGB value is (155,94,4). Sum of RGB (Red+Green+Blue) = 155+94+4=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 94 (37.11% from 255 or 37.15% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5E04 is #64A1FB. Grayscale: #666666. Windows color (decimal): -6595068 or 286363. OLE color: 286363.
HSL color Cylindrical-coordinate representation of color #9B5E04: hue angle of 35.76º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B5E04 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 4 | - |
| CMYK | 0 | 0.39 | 0.97 | 0.39 |
| HSL | 35.76º | 0.95% | 0.31% | - |
| HSV(B) | 35.76º | 0.97% | 0.61% | - |
| XYZ | 17.54 | 14.98 | 2.08 | - |
| YUV | 101.98 | 72.71 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 4 | 0 | 0.39 | 0.97 | 0.39 | 35.76 | 0.95 | 0.31 |
| Hex | 9B | 5E | 4 | 0 | 27 | 61 | 27 | 24 | 5F | 1F |
| Octal | 233 | 136 | 4 | 0 | 47 | 141 | 47 | 44 | 137 | 37 |
| Binary | 10011011 | 1011110 | 100 | 0 | 100111 | 1100001 | 100111 | 100100 | 1011111 | 11111 |
Color Harmonies of #9B5E04
Complementary color
Monochromatic Colors of #9B5E04
Black with #9B5E04
Text Example
Text Example
White with #9B5E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E04; }
p { color: rgb(155,94,4); }
H1.HeaderClassName
{
color: #9B5E04;
}
.AnyTagClassName
{
color: #9B5E04;
}
</style>
background-color css
<style>
a { background-color: #9B5E04; }
a { background-color: rgb(155,94,4); }
div.DivClassName
{
background-color: #9B5E04;
}
.BgClassName
{
background-color: #9B5E04;
}
</style>
border-color css
<style>
span { border-color: #9B5E04; }
span { border-color: rgb(155,94,4); }
td.TdClassName
{
border-color: #9B5E04;
}
.TagClassName
{
border-color: #9B5E04;
}
</style>