Shades of Highball #897C38
Tints of Highball #897C38
RGB
CMYK
RGB Variations
Color information
#897C38 (or 0x897C38) is known color: Highball. HEX triplet: 89, 7C and 38. RGB value is (137,124,56). Sum of RGB (Red+Green+Blue) = 137+124+56=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #897C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #897C38 is #7683C7. Grayscale: #787878. Windows color (decimal): -7766984 or 3701897. OLE color: 3701897.
HSL color Cylindrical-coordinate representation of color #897C38: hue angle of 50.37º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #897C38 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 124 | 56 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.46 |
| HSL | 50.37º | 0.42% | 0.38% | - |
| HSV(B) | 50.37º | 0.59% | 0.54% | - |
| XYZ | 18.24 | 20.02 | 6.64 | - |
| YUV | 120.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 124 | 56 | 0 | 0.09 | 0.59 | 0.46 | 50.37 | 0.42 | 0.38 |
| Hex | 89 | 7C | 38 | 0 | 9 | 3B | 2E | 32 | 2A | 26 |
| Octal | 211 | 174 | 70 | 0 | 11 | 73 | 56 | 62 | 52 | 46 |
| Binary | 10001001 | 1111100 | 111000 | 0 | 1001 | 111011 | 101110 | 110010 | 101010 | 100110 |
Color Harmonies of #897C38
Complementary color
Monochromatic Colors of #897C38
Black with #897C38
Text Example
Text Example
White with #897C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897C38; }
p { color: rgb(137,124,56); }
H1.HeaderClassName
{
color: #897C38;
}
.AnyTagClassName
{
color: #897C38;
}
</style>
background-color css
<style>
a { background-color: #897C38; }
a { background-color: rgb(137,124,56); }
div.DivClassName
{
background-color: #897C38;
}
.BgClassName
{
background-color: #897C38;
}
</style>
border-color css
<style>
span { border-color: #897C38; }
span { border-color: rgb(137,124,56); }
td.TdClassName
{
border-color: #897C38;
}
.TagClassName
{
border-color: #897C38;
}
</style>