Shades of Golden Brown #89620C
Tints of Golden Brown #89620C
RGB
CMYK
RGB Variations
Color information
#89620C (or 0x89620C) is known color: Golden Brown. HEX triplet: 89, 62 and 0C. RGB value is (137,98,12). Sum of RGB (Red+Green+Blue) = 137+98+12=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89620C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89620C is #769DF3. Grayscale: #646464. Windows color (decimal): -7773684 or 811657. OLE color: 811657.
HSL color Cylindrical-coordinate representation of color #89620C: hue angle of 41.28º degrees, saturation: 0.84, 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 #89620C is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 98 | 12 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.46 |
| HSL | 41.28º | 0.84% | 0.29% | - |
| HSV(B) | 41.28º | 0.91% | 0.54% | - |
| XYZ | 14.75 | 14.08 | 2.29 | - |
| YUV | 99.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 98 | 12 | 0 | 0.28 | 0.91 | 0.46 | 41.28 | 0.84 | 0.29 |
| Hex | 89 | 62 | C | 0 | 1C | 5B | 2E | 29 | 54 | 1D |
| Octal | 211 | 142 | 14 | 0 | 34 | 133 | 56 | 51 | 124 | 35 |
| Binary | 10001001 | 1100010 | 1100 | 0 | 11100 | 1011011 | 101110 | 101001 | 1010100 | 11101 |
Color Harmonies of #89620C
Complementary color
Monochromatic Colors of #89620C
Black with #89620C
Text Example
Text Example
White with #89620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89620C; }
p { color: rgb(137,98,12); }
H1.HeaderClassName
{
color: #89620C;
}
.AnyTagClassName
{
color: #89620C;
}
</style>
background-color css
<style>
a { background-color: #89620C; }
a { background-color: rgb(137,98,12); }
div.DivClassName
{
background-color: #89620C;
}
.BgClassName
{
background-color: #89620C;
}
</style>
border-color css
<style>
span { border-color: #89620C; }
span { border-color: rgb(137,98,12); }
td.TdClassName
{
border-color: #89620C;
}
.TagClassName
{
border-color: #89620C;
}
</style>