Shades of Highball #95803C
Tints of Highball #95803C
RGB
CMYK
RGB Variations
Color information
#95803C (or 0x95803C) is known color: Highball. HEX triplet: 95, 80 and 3C. RGB value is (149,128,60). Sum of RGB (Red+Green+Blue) = 149+128+60=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #95803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95803C is #6A7FC3. Grayscale: #7E7E7E. Windows color (decimal): -6979524 or 3965077. OLE color: 3965077.
HSL color Cylindrical-coordinate representation of color #95803C: hue angle of 45.84º 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 #95803C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 60 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.42 |
| HSL | 45.84º | 0.43% | 0.41% | - |
| HSV(B) | 45.84º | 0.6% | 0.58% | - |
| XYZ | 20.93 | 22.15 | 7.45 | - |
| YUV | 126.53 | 90.46 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 60 | 0 | 0.14 | 0.60 | 0.42 | 45.84 | 0.43 | 0.41 |
| Hex | 95 | 80 | 3C | 0 | E | 3C | 2A | 2E | 2B | 29 |
| Octal | 225 | 200 | 74 | 0 | 16 | 74 | 52 | 56 | 53 | 51 |
| Binary | 10010101 | 10000000 | 111100 | 0 | 1110 | 111100 | 101010 | 101110 | 101011 | 101001 |
Color Harmonies of #95803C
Complementary color
Monochromatic Colors of #95803C
Black with #95803C
Text Example
Text Example
White with #95803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95803C; }
p { color: rgb(149,128,60); }
H1.HeaderClassName
{
color: #95803C;
}
.AnyTagClassName
{
color: #95803C;
}
</style>
background-color css
<style>
a { background-color: #95803C; }
a { background-color: rgb(149,128,60); }
div.DivClassName
{
background-color: #95803C;
}
.BgClassName
{
background-color: #95803C;
}
</style>
border-color css
<style>
span { border-color: #95803C; }
span { border-color: rgb(149,128,60); }
td.TdClassName
{
border-color: #95803C;
}
.TagClassName
{
border-color: #95803C;
}
</style>