#84813D

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

Shades of Highball #84813D

Tints of Highball #84813D

Color information

#84813D (or 0x84813D) is unknown color: approx Highball. HEX triplet: 84, 81 and 3D. RGB value is (132,129,61). Sum of RGB (Red+Green+Blue) = 132+129+61=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84813D is #7B7EC2. Grayscale: #7A7A7A. Windows color (decimal): -8093379 or 4030852. OLE color: 4030852.

HSL color Cylindrical-coordinate representation of color #84813D: hue angle of 57.46º 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 #84813D is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13212961-
CMYK00.020.540.48
HSL57.46º36.79%37.84%-
HSV(B)57.46º53.79%51.76%-
XYZ18.2120.947.5-
YUV122.1593.49135.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 129 (50.78% from 255) = 40.06%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=40.99%
G=40.06%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321296100.020.540.4857.4636.7937.84
Hex84813D023630392526
Octal20420175026660714546
Binary1000010010000001111101010110110110000111001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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