Shades of Golden Brown #9B740E
Tints of Golden Brown #9B740E
RGB
CMYK
RGB Variations
Color information
#9B740E (or 0x9B740E) is known color: Golden Brown. HEX triplet: 9B, 74 and 0E. RGB value is (155,116,14). Sum of RGB (Red+Green+Blue) = 155+116+14=285 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.39% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 155 - color contains mainly: red. Hex color #9B740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B740E is #648BF1. Grayscale: #747474. Windows color (decimal): -6589426 or 947355. OLE color: 947355.
HSL color Cylindrical-coordinate representation of color #9B740E: hue angle of 43.4º 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 #9B740E is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 14 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.39 |
| HSL | 43.4º | 0.83% | 0.33% | - |
| HSV(B) | 43.4º | 0.91% | 0.61% | - |
| XYZ | 19.84 | 19.49 | 3.13 | - |
| YUV | 116.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 14 | 0 | 0.25 | 0.91 | 0.39 | 43.4 | 0.83 | 0.33 |
| Hex | 9B | 74 | E | 0 | 19 | 5B | 27 | 2B | 53 | 21 |
| Octal | 233 | 164 | 16 | 0 | 31 | 133 | 47 | 53 | 123 | 41 |
| Binary | 10011011 | 1110100 | 1110 | 0 | 11001 | 1011011 | 100111 | 101011 | 1010011 | 100001 |
Color Harmonies of #9B740E
Complementary color
Monochromatic Colors of #9B740E
Black with #9B740E
Text Example
Text Example
White with #9B740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B740E; }
p { color: rgb(155,116,14); }
H1.HeaderClassName
{
color: #9B740E;
}
.AnyTagClassName
{
color: #9B740E;
}
</style>
background-color css
<style>
a { background-color: #9B740E; }
a { background-color: rgb(155,116,14); }
div.DivClassName
{
background-color: #9B740E;
}
.BgClassName
{
background-color: #9B740E;
}
</style>
border-color css
<style>
span { border-color: #9B740E; }
span { border-color: rgb(155,116,14); }
td.TdClassName
{
border-color: #9B740E;
}
.TagClassName
{
border-color: #9B740E;
}
</style>