#848341

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

Shades of Highball #848341

Tints of Highball #848341

Color information

#848341 (or 0x848341) is unknown color: approx Highball. HEX triplet: 84, 83 and 41. RGB value is (132,131,65). Sum of RGB (Red+Green+Blue) = 132+131+65=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #848341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848341 is #7B7CBE. Grayscale: #7C7C7C. Windows color (decimal): -8092863 or 4293508. OLE color: 4293508.

HSL color Cylindrical-coordinate representation of color #848341: hue angle of 59.1º 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 #848341 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB13213165-
CMYK00.010.510.48
HSL59.1º34.01%38.63%-
HSV(B)59.1º50.76%51.76%-
XYZ18.5921.528.18-
YUV123.7794.83133.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 65 (25.78% from 255) = 19.82%
R=40.24%
G=39.94%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321316500.010.510.4859.134.0138.63
Hex8483410133303b2227
Octal204203101016360734247
Binary1000010010000011100000101110011110000111011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848341; }

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

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

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

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

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

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

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

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