#848241

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

Shades of Highball #848241

Tints of Highball #848241

Color information

#848241 (or 0x848241) is unknown color: approx Highball. HEX triplet: 84, 82 and 41. RGB value is (132,130,65). Sum of RGB (Red+Green+Blue) = 132+130+65=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #848241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848241 is #7B7DBE. Grayscale: #7B7B7B. Windows color (decimal): -8093119 or 4293252. OLE color: 4293252.

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

Color convert

RGB13213065-
CMYK00.020.510.48
HSL58.21º34.01%38.63%-
HSV(B)58.21º50.76%51.76%-
XYZ18.4521.258.13-
YUV123.1995.16134.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 130 (51.17% from 255) = 39.76%
BLUE value IS 65 (25.78% from 255) = 19.88%
R=40.37%
G=39.76%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321306500.020.510.4858.2134.0138.63
Hex8482410233303a2227
Octal204202101026360724247
Binary10000100100000101000001010110011110000111010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848241; }

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

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

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

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

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

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

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

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