#84854B

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

Shades of Highball #84854B

Tints of Highball #84854B

Color information

#84854B (or 0x84854B) is unknown color: approx Highball. HEX triplet: 84, 85 and 4B. RGB value is (132,133,75). Sum of RGB (Red+Green+Blue) = 132+133+75=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 133 (52.34% from 255 or 39.12% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 133 - color contains mainly: green. Hex color #84854B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84854B is #7B7AB4. Grayscale: #7E7E7E. Windows color (decimal): -8092341 or 4949380. OLE color: 4949380.

HSL color Cylindrical-coordinate representation of color #84854B: hue angle of 61.03º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84854B is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13213375-
CMYK0.0100.440.48
HSL61.03º27.88%40.78%-
HSV(B)61.03º43.61%52.16%-
XYZ19.1722.199.93-
YUV126.0999.17132.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 133 (52.34% from 255) = 39.12%
BLUE value IS 75 (29.69% from 255) = 22.06%
R=38.82%
G=39.12%
B=22.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133750.0100.440.4861.0327.8840.78
Hex84854B102C303d1c29
Octal204205113105460753451
Binary100001001000010110010111010110011000011110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84854B; }

 p { color: rgb(132,133,75); }

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

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

 a { background-color: rgb(132,133,75); }

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

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

 span { border-color: rgb(132,133,75); }

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