Shades of Golden Brown #89640E
Tints of Golden Brown #89640E
RGB
CMYK
RGB Variations
Color information
#89640E (or 0x89640E) is known color: Golden Brown. HEX triplet: 89, 64 and 0E. RGB value is (137,100,14). Sum of RGB (Red+Green+Blue) = 137+100+14=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89640E is #769BF1. Grayscale: #656565. Windows color (decimal): -7773170 or 943241. OLE color: 943241.
HSL color Cylindrical-coordinate representation of color #89640E: hue angle of 41.95º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89640E is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 14 | - |
| CMYK | 0 | 0.27 | 0.90 | 0.46 |
| HSL | 41.95º | 0.81% | 0.3% | - |
| HSV(B) | 41.95º | 0.9% | 0.54% | - |
| XYZ | 14.95 | 14.46 | 2.42 | - |
| YUV | 101.26 | 78.76 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 14 | 0 | 0.27 | 0.90 | 0.46 | 41.95 | 0.81 | 0.3 |
| Hex | 89 | 64 | E | 0 | 1B | 5A | 2E | 2A | 51 | 1E |
| Octal | 211 | 144 | 16 | 0 | 33 | 132 | 56 | 52 | 121 | 36 |
| Binary | 10001001 | 1100100 | 1110 | 0 | 11011 | 1011010 | 101110 | 101010 | 1010001 | 11110 |
Color Harmonies of #89640E
Complementary color
Monochromatic Colors of #89640E
Black with #89640E
Text Example
Text Example
White with #89640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89640E; }
p { color: rgb(137,100,14); }
H1.HeaderClassName
{
color: #89640E;
}
.AnyTagClassName
{
color: #89640E;
}
</style>
background-color css
<style>
a { background-color: #89640E; }
a { background-color: rgb(137,100,14); }
div.DivClassName
{
background-color: #89640E;
}
.BgClassName
{
background-color: #89640E;
}
</style>
border-color css
<style>
span { border-color: #89640E; }
span { border-color: rgb(137,100,14); }
td.TdClassName
{
border-color: #89640E;
}
.TagClassName
{
border-color: #89640E;
}
</style>