#84843D

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

Shades of Highball #84843D

Tints of Highball #84843D

Color information

#84843D (or 0x84843D) is unknown color: approx Highball. HEX triplet: 84, 84 and 3D. RGB value is (132,132,61). Sum of RGB (Red+Green+Blue) = 132+132+61=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84843D is #7B7BC2. Grayscale: #7C7C7C. Windows color (decimal): -8092611 or 4031620. OLE color: 4031620.

HSL color Cylindrical-coordinate representation of color #84843D: hue angle of 60º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #84843D is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13213261-
CMYK000.540.48
HSL60º36.79%37.84%-
HSV(B)60º53.79%51.76%-
XYZ18.6121.747.63-
YUV123.9192.5133.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 132 (51.95% from 255) = 40.62%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=40.62%
G=40.62%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213261000.540.486036.7937.84
Hex84843D0036303c2526
Octal20420475006660744546
Binary100001001000010011110100110110110000111100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84843D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84843D; }

 p { color: rgb(132,132,61); }

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

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

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

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

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

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

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