Shades of Highball #95873C
Tints of Highball #95873C
RGB
CMYK
RGB Variations
Color information
#95873C (or 0x95873C) is known color: Highball. HEX triplet: 95, 87 and 3C. RGB value is (149,135,60). Sum of RGB (Red+Green+Blue) = 149+135+60=344 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.31% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 149 - color contains mainly: red. Hex color #95873C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95873C is #6A78C3. Grayscale: #828282. Windows color (decimal): -6977732 or 3966869. OLE color: 3966869.
HSL color Cylindrical-coordinate representation of color #95873C: hue angle of 50.56º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #95873C is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 60 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.42 |
| HSL | 50.56º | 0.43% | 0.41% | - |
| HSV(B) | 50.56º | 0.6% | 0.58% | - |
| XYZ | 21.87 | 24.04 | 7.76 | - |
| YUV | 130.64 | 88.14 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 60 | 0 | 0.09 | 0.60 | 0.42 | 50.56 | 0.43 | 0.41 |
| Hex | 95 | 87 | 3C | 0 | 9 | 3C | 2A | 33 | 2B | 29 |
| Octal | 225 | 207 | 74 | 0 | 11 | 74 | 52 | 63 | 53 | 51 |
| Binary | 10010101 | 10000111 | 111100 | 0 | 1001 | 111100 | 101010 | 110011 | 101011 | 101001 |
Color Harmonies of #95873C
Complementary color
Monochromatic Colors of #95873C
Black with #95873C
Text Example
Text Example
White with #95873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95873C; }
p { color: rgb(149,135,60); }
H1.HeaderClassName
{
color: #95873C;
}
.AnyTagClassName
{
color: #95873C;
}
</style>
background-color css
<style>
a { background-color: #95873C; }
a { background-color: rgb(149,135,60); }
div.DivClassName
{
background-color: #95873C;
}
.BgClassName
{
background-color: #95873C;
}
</style>
border-color css
<style>
span { border-color: #95873C; }
span { border-color: rgb(149,135,60); }
td.TdClassName
{
border-color: #95873C;
}
.TagClassName
{
border-color: #95873C;
}
</style>