Shades of Golden Brown #89620D
Tints of Golden Brown #89620D
RGB
CMYK
RGB Variations
Color information
#89620D (or 0x89620D) is known color: Golden Brown. HEX triplet: 89, 62 and 0D. RGB value is (137,98,13). Sum of RGB (Red+Green+Blue) = 137+98+13=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #89620D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89620D is #769DF2. Grayscale: #646464. Windows color (decimal): -7773683 or 877193. OLE color: 877193.
HSL color Cylindrical-coordinate representation of color #89620D: hue angle of 41.13º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89620D is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 13 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.46 |
| HSL | 41.13º | 0.83% | 0.29% | - |
| HSV(B) | 41.13º | 0.91% | 0.54% | - |
| XYZ | 14.76 | 14.08 | 2.32 | - |
| YUV | 99.97 | 78.92 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 13 | 0 | 0.28 | 0.91 | 0.46 | 41.13 | 0.83 | 0.29 |
| Hex | 89 | 62 | D | 0 | 1C | 5B | 2E | 29 | 53 | 1D |
| Octal | 211 | 142 | 15 | 0 | 34 | 133 | 56 | 51 | 123 | 35 |
| Binary | 10001001 | 1100010 | 1101 | 0 | 11100 | 1011011 | 101110 | 101001 | 1010011 | 11101 |
Color Harmonies of #89620D
Complementary color
Monochromatic Colors of #89620D
Black with #89620D
Text Example
Text Example
White with #89620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89620D; }
p { color: rgb(137,98,13); }
H1.HeaderClassName
{
color: #89620D;
}
.AnyTagClassName
{
color: #89620D;
}
</style>
background-color css
<style>
a { background-color: #89620D; }
a { background-color: rgb(137,98,13); }
div.DivClassName
{
background-color: #89620D;
}
.BgClassName
{
background-color: #89620D;
}
</style>
border-color css
<style>
span { border-color: #89620D; }
span { border-color: rgb(137,98,13); }
td.TdClassName
{
border-color: #89620D;
}
.TagClassName
{
border-color: #89620D;
}
</style>