#848139

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

Shades of Highball #848139

Tints of Highball #848139

Color information

#848139 (or 0x848139) is unknown color: approx Highball. HEX triplet: 84, 81 and 39. RGB value is (132,129,57). Sum of RGB (Red+Green+Blue) = 132+129+57=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #848139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848139 is #7B7EC6. Grayscale: #797979. Windows color (decimal): -8093383 or 3768708. OLE color: 3768708.

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

Color convert

RGB13212957-
CMYK00.020.570.48
HSL57.6º39.68%37.06%-
HSV(B)57.6º56.82%51.76%-
XYZ18.120.96.95-
YUV121.6991.49135.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.51%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=41.51%
G=40.57%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321295700.020.570.4857.639.6837.06
Hex8481390239303a2825
Octal20420171027160725045
Binary1000010010000001111001010111001110000111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848139; }

 p { color: rgb(132,129,57); }

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

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

 a { background-color: rgb(132,129,57); }

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

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

 span { border-color: rgb(132,129,57); }

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