#848138

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

Shades of Highball #848138

Tints of Highball #848138

Color information

#848138 (or 0x848138) is unknown color: approx Highball. HEX triplet: 84, 81 and 38. RGB value is (132,129,56). Sum of RGB (Red+Green+Blue) = 132+129+56=317 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.64% from 317); Green value is 129 (50.78% from 255 or 40.69% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 132 - color contains mainly: red. Hex color #848138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848138 is #7B7EC7. Grayscale: #797979. Windows color (decimal): -8093384 or 3703172. OLE color: 3703172.

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

Color convert

RGB13212956-
CMYK00.020.580.48
HSL57.63º40.43%36.86%-
HSV(B)57.63º57.58%51.76%-
XYZ18.0820.896.82-
YUV121.5890.99135.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.64%
GREEN value IS 129 (50.78% from 255) = 40.69%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=41.64%
G=40.69%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321295600.020.580.4857.6340.4336.86
Hex848138023A303a2825
Octal20420170027260725045
Binary1000010010000001111000010111010110000111010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848138; }

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

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

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

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

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

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

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

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