#848144

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

Shades of Highball #848144

Tints of Highball #848144

Color information

#848144 (or 0x848144) is unknown color: approx Highball. HEX triplet: 84, 81 and 44. RGB value is (132,129,68). Sum of RGB (Red+Green+Blue) = 132+129+68=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 129 (50.78% from 255 or 39.21% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #848144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848144 is #7B7EBB. Grayscale: #7B7B7B. Windows color (decimal): -8093372 or 4489604. OLE color: 4489604.

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

Color convert

RGB13212968-
CMYK00.020.480.48
HSL57.19º32%39.22%-
HSV(B)57.19º48.48%51.76%-
XYZ18.4121.028.56-
YUV122.9496.99134.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 129 (50.78% from 255) = 39.21%
BLUE value IS 68 (26.95% from 255) = 20.67%
R=40.12%
G=39.21%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321296800.020.480.4857.193239.22
Hex848144023030392027
Octal204201104026060714047
Binary10000100100000011000100010110000110000111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848144; }

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

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

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

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

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

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

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

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