Shades of Golden Brown #985A0E
Tints of Golden Brown #985A0E
RGB
CMYK
RGB Variations
Color information
#985A0E (or 0x985A0E) is known color: Golden Brown. HEX triplet: 98, 5A and 0E. RGB value is (152,90,14). Sum of RGB (Red+Green+Blue) = 152+90+14=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #985A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #985A0E is #67A5F1. Grayscale: #646464. Windows color (decimal): -6792690 or 940696. OLE color: 940696.
HSL color Cylindrical-coordinate representation of color #985A0E: hue angle of 33.04º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #985A0E is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 14 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.40 |
| HSL | 33.04º | 0.83% | 0.33% | - |
| HSV(B) | 33.04º | 0.91% | 0.6% | - |
| XYZ | 16.68 | 14.02 | 2.24 | - |
| YUV | 99.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 14 | 0 | 0.41 | 0.91 | 0.40 | 33.04 | 0.83 | 0.33 |
| Hex | 98 | 5A | E | 0 | 29 | 5B | 28 | 21 | 53 | 21 |
| Octal | 230 | 132 | 16 | 0 | 51 | 133 | 50 | 41 | 123 | 41 |
| Binary | 10011000 | 1011010 | 1110 | 0 | 101001 | 1011011 | 101000 | 100001 | 1010011 | 100001 |
Color Harmonies of #985A0E
Complementary color
Monochromatic Colors of #985A0E
Black with #985A0E
Text Example
Text Example
White with #985A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A0E; }
p { color: rgb(152,90,14); }
H1.HeaderClassName
{
color: #985A0E;
}
.AnyTagClassName
{
color: #985A0E;
}
</style>
background-color css
<style>
a { background-color: #985A0E; }
a { background-color: rgb(152,90,14); }
div.DivClassName
{
background-color: #985A0E;
}
.BgClassName
{
background-color: #985A0E;
}
</style>
border-color css
<style>
span { border-color: #985A0E; }
span { border-color: rgb(152,90,14); }
td.TdClassName
{
border-color: #985A0E;
}
.TagClassName
{
border-color: #985A0E;
}
</style>