#848346

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

Shades of Highball #848346

Tints of Highball #848346

Color information

#848346 (or 0x848346) is unknown color: approx Highball. HEX triplet: 84, 83 and 46. RGB value is (132,131,70). Sum of RGB (Red+Green+Blue) = 132+131+70=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #848346 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848346 is #7B7CB9. Grayscale: #7C7C7C. Windows color (decimal): -8092858 or 4621188. OLE color: 4621188.

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

Color convert

RGB13213170-
CMYK00.010.470.48
HSL59.03º30.69%39.61%-
HSV(B)59.03º46.97%51.76%-
XYZ18.7421.588.97-
YUV124.3497.33133.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=39.64%
G=39.34%
B=21.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321317000.010.470.4859.0330.6939.61
Hex848346012F303b1f28
Octal204203106015760733750
Binary100001001000001110001100110111111000011101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848346; }

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

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

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

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

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

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

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

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