#848240

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

Shades of Highball #848240

Tints of Highball #848240

Color information

#848240 (or 0x848240) is unknown color: approx Highball. HEX triplet: 84, 82 and 40. RGB value is (132,130,64). Sum of RGB (Red+Green+Blue) = 132+130+64=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #848240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848240 is #7B7DBF. Grayscale: #7B7B7B. Windows color (decimal): -8093120 or 4227716. OLE color: 4227716.

HSL color Cylindrical-coordinate representation of color #848240: hue angle of 58.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #848240 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB13213064-
CMYK00.020.520.48
HSL58.24º34.69%38.43%-
HSV(B)58.24º51.52%51.76%-
XYZ18.4221.247.98-
YUV123.0794.66134.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 64 (25.39% from 255) = 19.63%
R=40.49%
G=39.88%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321306400.020.520.4858.2434.6938.43
Hex8482400234303a2326
Octal204202100026460724346
Binary10000100100000101000000010110100110000111010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848240; }

 p { color: rgb(132,130,64); }

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

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

 a { background-color: rgb(132,130,64); }

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

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

 span { border-color: rgb(132,130,64); }

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