#858148

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

Shades of Highball #858148

Tints of Highball #858148

Color information

#858148 (or 0x858148) is unknown color: approx Highball. HEX triplet: 85, 81 and 48. RGB value is (133,129,72). Sum of RGB (Red+Green+Blue) = 133+129+72=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #858148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858148 is #7A7EB7. Grayscale: #7B7B7B. Windows color (decimal): -8027832 or 4751749. OLE color: 4751749.

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

Color convert

RGB13312972-
CMYK00.030.460.48
HSL56.07º29.76%40.2%-
HSV(B)56.07º45.86%52.16%-
XYZ18.6921.159.23-
YUV123.798.83134.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.82%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 72 (28.52% from 255) = 21.56%
R=39.82%
G=38.62%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331297200.030.460.4856.0729.7640.2
Hex858148032E30381e28
Octal205201110035660703650
Binary1000010110000001100100001110111011000011100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858148; }

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

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

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

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

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

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

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

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