#848135

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

Shades of Highball #848135

Tints of Highball #848135

Color information

#848135 (or 0x848135) is unknown color: approx Highball. HEX triplet: 84, 81 and 35. RGB value is (132,129,53). Sum of RGB (Red+Green+Blue) = 132+129+53=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #848135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848135 is #7B7ECA. Grayscale: #797979. Windows color (decimal): -8093387 or 3506564. OLE color: 3506564.

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

Color convert

RGB13212953-
CMYK00.020.600.48
HSL57.72º42.7%36.27%-
HSV(B)57.72º59.85%51.76%-
XYZ18.0120.866.45-
YUV121.2389.49135.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=42.04%
G=41.08%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321295300.020.600.4857.7242.736.27
Hex848135023C303a2b24
Octal20420165027460725344
Binary1000010010000001110101010111100110000111010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848135; }

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

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

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

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

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

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

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

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