#858146

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

Shades of Highball #858146

Tints of Highball #858146

Color information

#858146 (or 0x858146) is unknown color: approx Highball. HEX triplet: 85, 81 and 46. RGB value is (133,129,70). Sum of RGB (Red+Green+Blue) = 133+129+70=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #858146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858146 is #7A7EB9. Grayscale: #7B7B7B. Windows color (decimal): -8027834 or 4620677. OLE color: 4620677.

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

Color convert

RGB13312970-
CMYK00.030.470.48
HSL56.19º31.03%39.8%-
HSV(B)56.19º47.37%52.16%-
XYZ18.6321.138.89-
YUV123.4797.83134.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 129 (50.78% from 255) = 38.86%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=40.06%
G=38.86%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331297000.030.470.4856.1931.0339.8
Hex858146032F30381f28
Octal205201106035760703750
Binary1000010110000001100011001110111111000011100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858146; }

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

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

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

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

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

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

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

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