Shades of Highball #858143
Tints of Highball #858143
RGB
CMYK
RGB Variations
Color information
#858143 (or 0x858143) is known color: Highball. HEX triplet: 85, 81 and 43. RGB value is (133,129,67). Sum of RGB (Red+Green+Blue) = 133+129+67=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 67 (26.56% from 255 or 20.36% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #858143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858143 is #7A7EBC. Grayscale: #7B7B7B. Windows color (decimal): -8027837 or 4424069. OLE color: 4424069.
HSL color Cylindrical-coordinate representation of color #858143: hue angle of 56.36º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858143 is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 129 | 67 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.48 |
| HSL | 56.36º | 0.33% | 0.39% | - |
| HSV(B) | 56.36º | 0.5% | 0.52% | - |
| XYZ | 18.54 | 21.09 | 8.4 | - |
| YUV | 123.13 | 96.33 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 129 | 67 | 0 | 0.03 | 0.50 | 0.48 | 56.36 | 0.33 | 0.39 |
| Hex | 85 | 81 | 43 | 0 | 3 | 32 | 30 | 38 | 21 | 27 |
| Octal | 205 | 201 | 103 | 0 | 3 | 62 | 60 | 70 | 41 | 47 |
| Binary | 10000101 | 10000001 | 1000011 | 0 | 11 | 110010 | 110000 | 111000 | 100001 | 100111 |
Color Harmonies of #858143
Complementary color
Monochromatic Colors of #858143
Black with #858143
Text Example
Text Example
White with #858143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858143; }
p { color: rgb(133,129,67); }
H1.HeaderClassName
{
color: #858143;
}
.AnyTagClassName
{
color: #858143;
}
</style>
background-color css
<style>
a { background-color: #858143; }
a { background-color: rgb(133,129,67); }
div.DivClassName
{
background-color: #858143;
}
.BgClassName
{
background-color: #858143;
}
</style>
border-color css
<style>
span { border-color: #858143; }
span { border-color: rgb(133,129,67); }
td.TdClassName
{
border-color: #858143;
}
.TagClassName
{
border-color: #858143;
}
</style>