Shades of Highball #95913A
Tints of Highball #95913A
RGB
CMYK
RGB Variations
Color information
#95913A (or 0x95913A) is known color: Highball. HEX triplet: 95, 91 and 3A. RGB value is (149,145,58). Sum of RGB (Red+Green+Blue) = 149+145+58=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #95913A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95913A is #6A6EC5. Grayscale: #888888. Windows color (decimal): -6975174 or 3838357. OLE color: 3838357.
HSL color Cylindrical-coordinate representation of color #95913A: hue angle of 57.36º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #95913A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 145 | 58 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.42 |
| HSL | 57.36º | 0.44% | 0.41% | - |
| HSV(B) | 57.36º | 0.61% | 0.58% | - |
| XYZ | 23.28 | 26.95 | 7.98 | - |
| YUV | 136.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 145 | 58 | 0 | 0.03 | 0.61 | 0.42 | 57.36 | 0.44 | 0.41 |
| Hex | 95 | 91 | 3A | 0 | 3 | 3D | 2A | 39 | 2C | 29 |
| Octal | 225 | 221 | 72 | 0 | 3 | 75 | 52 | 71 | 54 | 51 |
| Binary | 10010101 | 10010001 | 111010 | 0 | 11 | 111101 | 101010 | 111001 | 101100 | 101001 |
Color Harmonies of #95913A
Complementary color
Monochromatic Colors of #95913A
Black with #95913A
Text Example
Text Example
White with #95913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95913A; }
p { color: rgb(149,145,58); }
H1.HeaderClassName
{
color: #95913A;
}
.AnyTagClassName
{
color: #95913A;
}
</style>
background-color css
<style>
a { background-color: #95913A; }
a { background-color: rgb(149,145,58); }
div.DivClassName
{
background-color: #95913A;
}
.BgClassName
{
background-color: #95913A;
}
</style>
border-color css
<style>
span { border-color: #95913A; }
span { border-color: rgb(149,145,58); }
td.TdClassName
{
border-color: #95913A;
}
.TagClassName
{
border-color: #95913A;
}
</style>