#848246

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

Shades of Highball #848246

Tints of Highball #848246

Color information

#848246 (or 0x848246) is unknown color: approx Highball. HEX triplet: 84, 82 and 46. RGB value is (132,130,70). Sum of RGB (Red+Green+Blue) = 132+130+70=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 70 (27.73% from 255 or 21.08% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #848246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848246 is #7B7DB9. Grayscale: #7C7C7C. Windows color (decimal): -8093114 or 4620932. OLE color: 4620932.

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

Color convert

RGB13213070-
CMYK00.020.470.48
HSL58.06º30.69%39.61%-
HSV(B)58.06º46.97%51.76%-
XYZ18.621.318.93-
YUV123.7697.66133.88-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 70 (27.73% from 255) = 21.08%
R=39.76%
G=39.16%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321307000.020.470.4858.0630.6939.61
Hex848246022F303a1f28
Octal204202106025760723750
Binary1000010010000010100011001010111111000011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848246; }

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

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

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

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

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

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

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

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