#848142

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

Shades of Highball #848142

Tints of Highball #848142

Color information

#848142 (or 0x848142) is unknown color: approx Highball. HEX triplet: 84, 81 and 42. RGB value is (132,129,66). Sum of RGB (Red+Green+Blue) = 132+129+66=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 129 (50.78% from 255 or 39.45% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #848142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848142 is #7B7EBD. Grayscale: #7A7A7A. Windows color (decimal): -8093374 or 4358532. OLE color: 4358532.

HSL color Cylindrical-coordinate representation of color #848142: hue angle of 57.27º degrees, saturation: 0.33, 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 #848142 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB13212966-
CMYK00.020.50.48
HSL57.27º33.33%38.82%-
HSV(B)57.27º50%51.76%-
XYZ18.35218.24-
YUV122.7295.99134.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 129 (50.78% from 255) = 39.45%
BLUE value IS 66 (26.17% from 255) = 20.18%
R=40.37%
G=39.45%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321296600.020.50.4857.2733.3338.82
Hex848142023230392127
Octal204201102026260714147
Binary10000100100000011000010010110010110000111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848142; }

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

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

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

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

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

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

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

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