Shades of Golden Brown #89640A
Tints of Golden Brown #89640A
RGB
CMYK
RGB Variations
Color information
#89640A (or 0x89640A) is known color: Golden Brown. HEX triplet: 89, 64 and 0A. RGB value is (137,100,10). Sum of RGB (Red+Green+Blue) = 137+100+10=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #89640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89640A is #769BF5. Grayscale: #656565. Windows color (decimal): -7773174 or 681097. OLE color: 681097.
HSL color Cylindrical-coordinate representation of color #89640A: hue angle of 42.52º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89640A is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 10 | - |
| CMYK | 0 | 0.27 | 0.93 | 0.46 |
| HSL | 42.52º | 0.86% | 0.29% | - |
| HSV(B) | 42.52º | 0.93% | 0.54% | - |
| XYZ | 14.93 | 14.45 | 2.29 | - |
| YUV | 100.8 | 76.76 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 10 | 0 | 0.27 | 0.93 | 0.46 | 42.52 | 0.86 | 0.29 |
| Hex | 89 | 64 | A | 0 | 1B | 5D | 2E | 2B | 56 | 1D |
| Octal | 211 | 144 | 12 | 0 | 33 | 135 | 56 | 53 | 126 | 35 |
| Binary | 10001001 | 1100100 | 1010 | 0 | 11011 | 1011101 | 101110 | 101011 | 1010110 | 11101 |
Color Harmonies of #89640A
Complementary color
Monochromatic Colors of #89640A
Black with #89640A
Text Example
Text Example
White with #89640A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89640A; }
p { color: rgb(137,100,10); }
H1.HeaderClassName
{
color: #89640A;
}
.AnyTagClassName
{
color: #89640A;
}
</style>
background-color css
<style>
a { background-color: #89640A; }
a { background-color: rgb(137,100,10); }
div.DivClassName
{
background-color: #89640A;
}
.BgClassName
{
background-color: #89640A;
}
</style>
border-color css
<style>
span { border-color: #89640A; }
span { border-color: rgb(137,100,10); }
td.TdClassName
{
border-color: #89640A;
}
.TagClassName
{
border-color: #89640A;
}
</style>