Shades of Golden Brown #9B750F
Tints of Golden Brown #9B750F
RGB
CMYK
RGB Variations
Color information
#9B750F (or 0x9B750F) is known color: Golden Brown. HEX triplet: 9B, 75 and 0F. RGB value is (155,117,15). Sum of RGB (Red+Green+Blue) = 155+117+15=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B750F is #648AF0. Grayscale: #757575. Windows color (decimal): -6589169 or 1013147. OLE color: 1013147.
HSL color Cylindrical-coordinate representation of color #9B750F: hue angle of 43.71º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B750F is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 15 | - |
| CMYK | 0 | 0.25 | 0.90 | 0.39 |
| HSL | 43.71º | 0.82% | 0.33% | - |
| HSV(B) | 43.71º | 0.9% | 0.61% | - |
| XYZ | 19.97 | 19.73 | 3.21 | - |
| YUV | 116.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 15 | 0 | 0.25 | 0.90 | 0.39 | 43.71 | 0.82 | 0.33 |
| Hex | 9B | 75 | F | 0 | 19 | 5A | 27 | 2C | 52 | 21 |
| Octal | 233 | 165 | 17 | 0 | 31 | 132 | 47 | 54 | 122 | 41 |
| Binary | 10011011 | 1110101 | 1111 | 0 | 11001 | 1011010 | 100111 | 101100 | 1010010 | 100001 |
Color Harmonies of #9B750F
Complementary color
Monochromatic Colors of #9B750F
Black with #9B750F
Text Example
Text Example
White with #9B750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B750F; }
p { color: rgb(155,117,15); }
H1.HeaderClassName
{
color: #9B750F;
}
.AnyTagClassName
{
color: #9B750F;
}
</style>
background-color css
<style>
a { background-color: #9B750F; }
a { background-color: rgb(155,117,15); }
div.DivClassName
{
background-color: #9B750F;
}
.BgClassName
{
background-color: #9B750F;
}
</style>
border-color css
<style>
span { border-color: #9B750F; }
span { border-color: rgb(155,117,15); }
td.TdClassName
{
border-color: #9B750F;
}
.TagClassName
{
border-color: #9B750F;
}
</style>