Shades of Highball #95833C
Tints of Highball #95833C
RGB
CMYK
RGB Variations
Color information
#95833C (or 0x95833C) is known color: Highball. HEX triplet: 95, 83 and 3C. RGB value is (149,131,60). Sum of RGB (Red+Green+Blue) = 149+131+60=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95833C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95833C is #6A7CC3. Grayscale: #808080. Windows color (decimal): -6978756 or 3965845. OLE color: 3965845.
HSL color Cylindrical-coordinate representation of color #95833C: hue angle of 47.87º 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 #95833C is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 131 | 60 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.42 |
| HSL | 47.87º | 0.43% | 0.41% | - |
| HSV(B) | 47.87º | 0.6% | 0.58% | - |
| XYZ | 21.33 | 22.95 | 7.58 | - |
| YUV | 128.29 | 89.46 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 131 | 60 | 0 | 0.12 | 0.60 | 0.42 | 47.87 | 0.43 | 0.41 |
| Hex | 95 | 83 | 3C | 0 | C | 3C | 2A | 30 | 2B | 29 |
| Octal | 225 | 203 | 74 | 0 | 14 | 74 | 52 | 60 | 53 | 51 |
| Binary | 10010101 | 10000011 | 111100 | 0 | 1100 | 111100 | 101010 | 110000 | 101011 | 101001 |
Color Harmonies of #95833C
Complementary color
Monochromatic Colors of #95833C
Black with #95833C
Text Example
Text Example
White with #95833C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95833C; }
p { color: rgb(149,131,60); }
H1.HeaderClassName
{
color: #95833C;
}
.AnyTagClassName
{
color: #95833C;
}
</style>
background-color css
<style>
a { background-color: #95833C; }
a { background-color: rgb(149,131,60); }
div.DivClassName
{
background-color: #95833C;
}
.BgClassName
{
background-color: #95833C;
}
</style>
border-color css
<style>
span { border-color: #95833C; }
span { border-color: rgb(149,131,60); }
td.TdClassName
{
border-color: #95833C;
}
.TagClassName
{
border-color: #95833C;
}
</style>