#848249

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

Shades of Highball #848249

Tints of Highball #848249

Color information

#848249 (or 0x848249) is unknown color: approx Highball. HEX triplet: 84, 82 and 49. RGB value is (132,130,73). Sum of RGB (Red+Green+Blue) = 132+130+73=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #848249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848249 is #7B7DB6. Grayscale: #7C7C7C. Windows color (decimal): -8093111 or 4817540. OLE color: 4817540.

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

Color convert

RGB13213073-
CMYK00.020.450.48
HSL57.97º28.78%40.2%-
HSV(B)57.97º44.7%51.76%-
XYZ18.721.359.44-
YUV124.199.16133.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 73 (28.91% from 255) = 21.79%
R=39.40%
G=38.81%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321307300.020.450.4857.9728.7840.2
Hex848249022D303a1d28
Octal204202111025560723550
Binary1000010010000010100100101010110111000011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848249; }

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

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

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

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

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

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

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

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