#858848

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

Shades of Highball #858848

Tints of Highball #858848

Color information

#858848 (or 0x858848) is unknown color: approx Highball. HEX triplet: 85, 88 and 48. RGB value is (133,136,72). Sum of RGB (Red+Green+Blue) = 133+136+72=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 136 - color contains mainly: green. Hex color #858848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858848 is #7A77B7. Grayscale: #808080. Windows color (decimal): -8026040 or 4753541. OLE color: 4753541.

HSL color Cylindrical-coordinate representation of color #858848: hue angle of 62.81º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858848 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13313672-
CMYK0.0200.470.47
HSL62.81º30.77%40.78%-
HSV(B)62.81º47.06%53.33%-
XYZ19.6523.069.55-
YUV127.8196.51131.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 136 (53.52% from 255) = 39.88%
BLUE value IS 72 (28.52% from 255) = 21.11%
R=39.00%
G=39.88%
B=21.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136720.0200.470.4762.8130.7740.78
Hex858848202F2F3f1f29
Octal205210110205757773751
Binary1000010110001000100100010010111110111111111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858848; }

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

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

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

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

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

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

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

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