Shades of Golden Brown #98550D
Tints of Golden Brown #98550D
RGB
CMYK
RGB Variations
Color information
#98550D (or 0x98550D) is known color: Golden Brown. HEX triplet: 98, 55 and 0D. RGB value is (152,85,13). Sum of RGB (Red+Green+Blue) = 152+85+13=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98550D is #67AAF2. Grayscale: #616161. Windows color (decimal): -6793971 or 873880. OLE color: 873880.
HSL color Cylindrical-coordinate representation of color #98550D: hue angle of 31.08º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98550D is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 85 | 13 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.40 |
| HSL | 31.08º | 0.84% | 0.32% | - |
| HSV(B) | 31.08º | 0.91% | 0.6% | - |
| XYZ | 16.27 | 13.2 | 2.07 | - |
| YUV | 96.83 | 80.7 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 13 | 0 | 0.44 | 0.91 | 0.40 | 31.08 | 0.84 | 0.32 |
| Hex | 98 | 55 | D | 0 | 2C | 5B | 28 | 1F | 54 | 20 |
| Octal | 230 | 125 | 15 | 0 | 54 | 133 | 50 | 37 | 124 | 40 |
| Binary | 10011000 | 1010101 | 1101 | 0 | 101100 | 1011011 | 101000 | 11111 | 1010100 | 100000 |
Color Harmonies of #98550D
Complementary color
Monochromatic Colors of #98550D
Black with #98550D
Text Example
Text Example
White with #98550D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98550D; }
p { color: rgb(152,85,13); }
H1.HeaderClassName
{
color: #98550D;
}
.AnyTagClassName
{
color: #98550D;
}
</style>
background-color css
<style>
a { background-color: #98550D; }
a { background-color: rgb(152,85,13); }
div.DivClassName
{
background-color: #98550D;
}
.BgClassName
{
background-color: #98550D;
}
</style>
border-color css
<style>
span { border-color: #98550D; }
span { border-color: rgb(152,85,13); }
td.TdClassName
{
border-color: #98550D;
}
.TagClassName
{
border-color: #98550D;
}
</style>