Shades of Golden Brown #98770B
Tints of Golden Brown #98770B
RGB
CMYK
RGB Variations
Color information
#98770B (or 0x98770B) is known color: Golden Brown. HEX triplet: 98, 77 and 0B. RGB value is (152,119,11). Sum of RGB (Red+Green+Blue) = 152+119+11=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98770B is #6788F4. Grayscale: #757575. Windows color (decimal): -6785269 or 751512. OLE color: 751512.
HSL color Cylindrical-coordinate representation of color #98770B: hue angle of 45.96º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98770B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 11 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.40 |
| HSL | 45.96º | 0.87% | 0.32% | - |
| HSV(B) | 45.96º | 0.93% | 0.6% | - |
| XYZ | 19.61 | 19.89 | 3.12 | - |
| YUV | 116.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 11 | 0 | 0.22 | 0.93 | 0.40 | 45.96 | 0.87 | 0.32 |
| Hex | 98 | 77 | B | 0 | 16 | 5D | 28 | 2E | 57 | 20 |
| Octal | 230 | 167 | 13 | 0 | 26 | 135 | 50 | 56 | 127 | 40 |
| Binary | 10011000 | 1110111 | 1011 | 0 | 10110 | 1011101 | 101000 | 101110 | 1010111 | 100000 |
Color Harmonies of #98770B
Complementary color
Monochromatic Colors of #98770B
Black with #98770B
Text Example
Text Example
White with #98770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98770B; }
p { color: rgb(152,119,11); }
H1.HeaderClassName
{
color: #98770B;
}
.AnyTagClassName
{
color: #98770B;
}
</style>
background-color css
<style>
a { background-color: #98770B; }
a { background-color: rgb(152,119,11); }
div.DivClassName
{
background-color: #98770B;
}
.BgClassName
{
background-color: #98770B;
}
</style>
border-color css
<style>
span { border-color: #98770B; }
span { border-color: rgb(152,119,11); }
td.TdClassName
{
border-color: #98770B;
}
.TagClassName
{
border-color: #98770B;
}
</style>