#848143

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

Shades of Highball #848143

Tints of Highball #848143

Color information

#848143 (or 0x848143) is unknown color: approx Highball. HEX triplet: 84, 81 and 43. RGB value is (132,129,67). Sum of RGB (Red+Green+Blue) = 132+129+67=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #848143 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848143 is #7B7EBC. Grayscale: #7B7B7B. Windows color (decimal): -8093373 or 4424068. OLE color: 4424068.

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

Color convert

RGB13212967-
CMYK00.020.490.48
HSL57.23º32.66%39.02%-
HSV(B)57.23º49.24%51.76%-
XYZ18.3821.018.4-
YUV122.8396.49134.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.24%
GREEN value IS 129 (50.78% from 255) = 39.33%
BLUE value IS 67 (26.56% from 255) = 20.43%
R=40.24%
G=39.33%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321296700.020.490.4857.2332.6639.02
Hex848143023130392127
Octal204201103026160714147
Binary10000100100000011000011010110001110000111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848143; }

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

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

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

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

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

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

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

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