Shades of Highball #95843C
Tints of Highball #95843C
RGB
CMYK
RGB Variations
Color information
#95843C (or 0x95843C) is known color: Highball. HEX triplet: 95, 84 and 3C. RGB value is (149,132,60). Sum of RGB (Red+Green+Blue) = 149+132+60=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95843C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95843C is #6A7BC3. Grayscale: #818181. Windows color (decimal): -6978500 or 3966101. OLE color: 3966101.
HSL color Cylindrical-coordinate representation of color #95843C: hue angle of 48.54º 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 #95843C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 60 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.42 |
| HSL | 48.54º | 0.43% | 0.41% | - |
| HSV(B) | 48.54º | 0.6% | 0.58% | - |
| XYZ | 21.46 | 23.22 | 7.63 | - |
| YUV | 128.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 60 | 0 | 0.11 | 0.60 | 0.42 | 48.54 | 0.43 | 0.41 |
| Hex | 95 | 84 | 3C | 0 | B | 3C | 2A | 31 | 2B | 29 |
| Octal | 225 | 204 | 74 | 0 | 13 | 74 | 52 | 61 | 53 | 51 |
| Binary | 10010101 | 10000100 | 111100 | 0 | 1011 | 111100 | 101010 | 110001 | 101011 | 101001 |
Color Harmonies of #95843C
Complementary color
Monochromatic Colors of #95843C
Black with #95843C
Text Example
Text Example
White with #95843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95843C; }
p { color: rgb(149,132,60); }
H1.HeaderClassName
{
color: #95843C;
}
.AnyTagClassName
{
color: #95843C;
}
</style>
background-color css
<style>
a { background-color: #95843C; }
a { background-color: rgb(149,132,60); }
div.DivClassName
{
background-color: #95843C;
}
.BgClassName
{
background-color: #95843C;
}
</style>
border-color css
<style>
span { border-color: #95843C; }
span { border-color: rgb(149,132,60); }
td.TdClassName
{
border-color: #95843C;
}
.TagClassName
{
border-color: #95843C;
}
</style>