Shades of Highball #958748
Tints of Highball #958748
RGB
CMYK
RGB Variations
Color information
#958748 (or 0x958748) is known color: Highball. HEX triplet: 95, 87 and 48. RGB value is (149,135,72). Sum of RGB (Red+Green+Blue) = 149+135+72=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #958748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958748 is #6A78B7. Grayscale: #848484. Windows color (decimal): -6977720 or 4753301. OLE color: 4753301.
HSL color Cylindrical-coordinate representation of color #958748: hue angle of 49.09º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #958748 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 72 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.42 |
| HSL | 49.09º | 0.35% | 0.43% | - |
| HSV(B) | 49.09º | 0.52% | 0.58% | - |
| XYZ | 22.23 | 24.19 | 9.63 | - |
| YUV | 132 | 94.14 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 72 | 0 | 0.09 | 0.52 | 0.42 | 49.09 | 0.35 | 0.43 |
| Hex | 95 | 87 | 48 | 0 | 9 | 34 | 2A | 31 | 23 | 2B |
| Octal | 225 | 207 | 110 | 0 | 11 | 64 | 52 | 61 | 43 | 53 |
| Binary | 10010101 | 10000111 | 1001000 | 0 | 1001 | 110100 | 101010 | 110001 | 100011 | 101011 |
Color Harmonies of #958748
Complementary color
Monochromatic Colors of #958748
Black with #958748
Text Example
Text Example
White with #958748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958748; }
p { color: rgb(149,135,72); }
H1.HeaderClassName
{
color: #958748;
}
.AnyTagClassName
{
color: #958748;
}
</style>
background-color css
<style>
a { background-color: #958748; }
a { background-color: rgb(149,135,72); }
div.DivClassName
{
background-color: #958748;
}
.BgClassName
{
background-color: #958748;
}
</style>
border-color css
<style>
span { border-color: #958748; }
span { border-color: rgb(149,135,72); }
td.TdClassName
{
border-color: #958748;
}
.TagClassName
{
border-color: #958748;
}
</style>