#84853D

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

Shades of Highball #84853D

Tints of Highball #84853D

Color information

#84853D (or 0x84853D) is unknown color: approx Highball. HEX triplet: 84, 85 and 3D. RGB value is (132,133,61). Sum of RGB (Red+Green+Blue) = 132+133+61=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #84853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84853D is #7B7AC2. Grayscale: #7C7C7C. Windows color (decimal): -8092355 or 4031876. OLE color: 4031876.

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

Color convert

RGB13213361-
CMYK0.0100.540.48
HSL60.83º37.11%38.04%-
HSV(B)60.83º54.14%52.16%-
XYZ18.7522.027.68-
YUV124.4992.17133.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 133 (52.34% from 255) = 40.80%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=40.49%
G=40.80%
B=18.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133610.0100.540.4860.8337.1138.04
Hex84853D1036303d2526
Octal20420575106660754546
Binary100001001000010111110110110110110000111101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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