#858141

Color #858141 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #858141

Tints of Highball #858141

Color information

#858141 (or 0x858141) is unknown color: approx Highball. HEX triplet: 85, 81 and 41. RGB value is (133,129,65). Sum of RGB (Red+Green+Blue) = 133+129+65=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #858141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858141 is #7A7EBE. Grayscale: #7B7B7B. Windows color (decimal): -8027839 or 4292997. OLE color: 4292997.

HSL color Cylindrical-coordinate representation of color #858141: hue angle of 56.47º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #858141 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB13312965-
CMYK00.030.510.48
HSL56.47º34.34%38.82%-
HSV(B)56.47º51.13%52.16%-
XYZ18.4821.078.09-
YUV122.995.33135.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=40.67%
G=39.45%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331296500.030.510.4856.4734.3438.82
Hex858141033330382227
Octal205201101036360704247
Binary10000101100000011000001011110011110000111000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858141; }

 p { color: rgb(133,129,65); }

 H1.HeaderClassName
 {
   color: #858141;
 }
 .AnyTagClassName
 {
   color: #858141;
 }
</style>
background-color css

<style>
 a { background-color: #858141; }

 a { background-color: rgb(133,129,65); }

 div.DivClassName
 {
   background-color: #858141;
 }
 .BgClassName
 {
   background-color: #858141;
 }
</style>
border-color css

<style>
 span { border-color: #858141; }

 span { border-color: rgb(133,129,65); }

 td.TdClassName
 {
   border-color: #858141;
 }
 .TagClassName
 {
   border-color: #858141;
 }
</style>