#848343

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

Shades of Highball #848343

Tints of Highball #848343

Color information

#848343 (or 0x848343) is unknown color: approx Highball. HEX triplet: 84, 83 and 43. RGB value is (132,131,67). Sum of RGB (Red+Green+Blue) = 132+131+67=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 132 - color contains mainly: red. Hex color #848343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848343 is #7B7CBC. Grayscale: #7C7C7C. Windows color (decimal): -8092861 or 4424580. OLE color: 4424580.

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

Color convert

RGB13213167-
CMYK00.010.490.48
HSL59.08º32.66%39.02%-
HSV(B)59.08º49.24%51.76%-
XYZ18.6521.548.49-
YUV12495.83133.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 67 (26.56% from 255) = 20.30%
R=40%
G=39.70%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321316700.010.490.4859.0832.6639.02
Hex8483430131303b2127
Octal204203103016160734147
Binary1000010010000011100001101110001110000111011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848343; }

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

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

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

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

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

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

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

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