#848542

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

Shades of Highball #848542

Tints of Highball #848542

Color information

#848542 (or 0x848542) is unknown color: approx Highball. HEX triplet: 84, 85 and 42. RGB value is (132,133,66). Sum of RGB (Red+Green+Blue) = 132+133+66=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 133 - color contains mainly: green. Hex color #848542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848542 is #7B7ABD. Grayscale: #7D7D7D. Windows color (decimal): -8092350 or 4359556. OLE color: 4359556.

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

Color convert

RGB13213366-
CMYK0.0100.500.48
HSL60.9º33.67%39.02%-
HSV(B)60.9º50.38%52.16%-
XYZ18.8922.078.42-
YUV125.0694.67132.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 133 (52.34% from 255) = 40.18%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=39.88%
G=40.18%
B=19.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133660.0100.500.4860.933.6739.02
Hex8485421032303d2227
Octal204205102106260754247
Binary1000010010000101100001010110010110000111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848542; }

 p { color: rgb(132,133,66); }

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

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

 a { background-color: rgb(132,133,66); }

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

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

 span { border-color: rgb(132,133,66); }

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