#848236

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

Shades of Highball #848236

Tints of Highball #848236

Color information

#848236 (or 0x848236) is unknown color: approx Highball. HEX triplet: 84, 82 and 36. RGB value is (132,130,54). Sum of RGB (Red+Green+Blue) = 132+130+54=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #848236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848236 is #7B7DC9. Grayscale: #7A7A7A. Windows color (decimal): -8093130 or 3572356. OLE color: 3572356.

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

Color convert

RGB13213054-
CMYK00.020.590.48
HSL58.46º41.94%36.47%-
HSV(B)58.46º59.09%51.76%-
XYZ18.1621.146.61-
YUV121.9389.66135.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.77%
GREEN value IS 130 (51.17% from 255) = 41.14%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=41.77%
G=41.14%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321305400.020.590.4858.4641.9436.47
Hex848236023B303a2a24
Octal20420266027360725244
Binary1000010010000010110110010111011110000111010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848236; }

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

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

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

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

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

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

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

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