#848035

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

Shades of Highball #848035

Tints of Highball #848035

Color information

#848035 (or 0x848035) is unknown color: approx Highball. HEX triplet: 84, 80 and 35. RGB value is (132,128,53). Sum of RGB (Red+Green+Blue) = 132+128+53=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #848035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848035 is #7B7FCA. Grayscale: #787878. Windows color (decimal): -8093643 or 3506308. OLE color: 3506308.

HSL color Cylindrical-coordinate representation of color #848035: hue angle of 56.96º 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 #848035 is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB13212853-
CMYK00.030.600.48
HSL56.96º42.7%36.27%-
HSV(B)56.96º59.85%51.76%-
XYZ17.8820.66.4-
YUV120.6589.83136.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 53 (21.09% from 255) = 16.93%
R=42.17%
G=40.89%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321285300.030.600.4856.9642.736.27
Hex848035033C30392b24
Octal20420065037460715344
Binary1000010010000000110101011111100110000111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848035; }

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

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

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

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

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

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

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

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