#858048

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

Shades of Highball #858048

Tints of Highball #858048

Color information

#858048 (or 0x858048) is unknown color: approx Highball. HEX triplet: 85, 80 and 48. RGB value is (133,128,72). Sum of RGB (Red+Green+Blue) = 133+128+72=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 72 (28.52% from 255 or 21.62% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #858048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858048 is #7A7FB7. Grayscale: #7B7B7B. Windows color (decimal): -8028088 or 4751493. OLE color: 4751493.

HSL color Cylindrical-coordinate representation of color #858048: hue angle of 55.08º 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 #858048 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB13312872-
CMYK00.040.460.48
HSL55.08º29.76%40.2%-
HSV(B)55.08º45.86%52.16%-
XYZ18.5620.899.19-
YUV123.1199.16135.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.94%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 72 (28.52% from 255) = 21.62%
R=39.94%
G=38.44%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331287200.040.460.4855.0829.7640.2
Hex858048042E30371e28
Octal205200110045660673650
Binary10000101100000001001000010010111011000011011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858048; }

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

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

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

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

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

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

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

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