Shades of Highball #95823C
Tints of Highball #95823C
RGB
CMYK
RGB Variations
Color information
#95823C (or 0x95823C) is known color: Highball. HEX triplet: 95, 82 and 3C. RGB value is (149,130,60). Sum of RGB (Red+Green+Blue) = 149+130+60=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95823C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95823C is #6A7DC3. Grayscale: #808080. Windows color (decimal): -6979012 or 3965589. OLE color: 3965589.
HSL color Cylindrical-coordinate representation of color #95823C: hue angle of 47.19º 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 #95823C is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 60 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.42 |
| HSL | 47.19º | 0.43% | 0.41% | - |
| HSV(B) | 47.19º | 0.6% | 0.58% | - |
| XYZ | 21.19 | 22.68 | 7.54 | - |
| YUV | 127.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 60 | 0 | 0.13 | 0.60 | 0.42 | 47.19 | 0.43 | 0.41 |
| Hex | 95 | 82 | 3C | 0 | D | 3C | 2A | 2F | 2B | 29 |
| Octal | 225 | 202 | 74 | 0 | 15 | 74 | 52 | 57 | 53 | 51 |
| Binary | 10010101 | 10000010 | 111100 | 0 | 1101 | 111100 | 101010 | 101111 | 101011 | 101001 |
Color Harmonies of #95823C
Complementary color
Monochromatic Colors of #95823C
Black with #95823C
Text Example
Text Example
White with #95823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95823C; }
p { color: rgb(149,130,60); }
H1.HeaderClassName
{
color: #95823C;
}
.AnyTagClassName
{
color: #95823C;
}
</style>
background-color css
<style>
a { background-color: #95823C; }
a { background-color: rgb(149,130,60); }
div.DivClassName
{
background-color: #95823C;
}
.BgClassName
{
background-color: #95823C;
}
</style>
border-color css
<style>
span { border-color: #95823C; }
span { border-color: rgb(149,130,60); }
td.TdClassName
{
border-color: #95823C;
}
.TagClassName
{
border-color: #95823C;
}
</style>