#848344

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

Shades of Highball #848344

Tints of Highball #848344

Color information

#848344 (or 0x848344) is unknown color: approx Highball. HEX triplet: 84, 83 and 44. RGB value is (132,131,68). Sum of RGB (Red+Green+Blue) = 132+131+68=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #848344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848344 is #7B7CBB. Grayscale: #7C7C7C. Windows color (decimal): -8092860 or 4490116. OLE color: 4490116.

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

Color convert

RGB13213168-
CMYK00.010.480.48
HSL59.06º32%39.22%-
HSV(B)59.06º48.48%51.76%-
XYZ18.6821.568.65-
YUV124.1296.33133.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 68 (26.95% from 255) = 20.54%
R=39.88%
G=39.58%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321316800.010.480.4859.063239.22
Hex8483440130303b2027
Octal204203104016060734047
Binary1000010010000011100010001110000110000111011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848344; }

 p { color: rgb(132,131,68); }

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

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

 a { background-color: rgb(132,131,68); }

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

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

 span { border-color: rgb(132,131,68); }

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