Shades of Golden Brown #9B5E0E
Tints of Golden Brown #9B5E0E
RGB
CMYK
RGB Variations
Color information
#9B5E0E (or 0x9B5E0E) is known color: Golden Brown. HEX triplet: 9B, 5E and 0E. RGB value is (155,94,14). Sum of RGB (Red+Green+Blue) = 155+94+14=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5E0E is #64A1F1. Grayscale: #676767. Windows color (decimal): -6595058 or 941723. OLE color: 941723.
HSL color Cylindrical-coordinate representation of color #9B5E0E: hue angle of 34.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B5E0E is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 14 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.39 |
| HSL | 34.04º | 0.83% | 0.33% | - |
| HSV(B) | 34.04º | 0.91% | 0.61% | - |
| XYZ | 17.6 | 15.01 | 2.38 | - |
| YUV | 103.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 14 | 0 | 0.39 | 0.91 | 0.39 | 34.04 | 0.83 | 0.33 |
| Hex | 9B | 5E | E | 0 | 27 | 5B | 27 | 22 | 53 | 21 |
| Octal | 233 | 136 | 16 | 0 | 47 | 133 | 47 | 42 | 123 | 41 |
| Binary | 10011011 | 1011110 | 1110 | 0 | 100111 | 1011011 | 100111 | 100010 | 1010011 | 100001 |
Color Harmonies of #9B5E0E
Complementary color
Monochromatic Colors of #9B5E0E
Black with #9B5E0E
Text Example
Text Example
White with #9B5E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E0E; }
p { color: rgb(155,94,14); }
H1.HeaderClassName
{
color: #9B5E0E;
}
.AnyTagClassName
{
color: #9B5E0E;
}
</style>
background-color css
<style>
a { background-color: #9B5E0E; }
a { background-color: rgb(155,94,14); }
div.DivClassName
{
background-color: #9B5E0E;
}
.BgClassName
{
background-color: #9B5E0E;
}
</style>
border-color css
<style>
span { border-color: #9B5E0E; }
span { border-color: rgb(155,94,14); }
td.TdClassName
{
border-color: #9B5E0E;
}
.TagClassName
{
border-color: #9B5E0E;
}
</style>