#84853E

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

Shades of Highball #84853E

Tints of Highball #84853E

Color information

#84853E (or 0x84853E) is unknown color: approx Highball. HEX triplet: 84, 85 and 3E. RGB value is (132,133,62). Sum of RGB (Red+Green+Blue) = 132+133+62=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 62 (24.61% from 255 or 18.96% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #84853E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84853E is #7B7AC1. Grayscale: #7C7C7C. Windows color (decimal): -8092354 or 4097412. OLE color: 4097412.

HSL color Cylindrical-coordinate representation of color #84853E: hue angle of 60.85º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #84853E is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB13213362-
CMYK0.0100.530.48
HSL60.85º36.41%38.24%-
HSV(B)60.85º53.38%52.16%-
XYZ18.7722.037.82-
YUV124.6192.67133.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 133 (52.34% from 255) = 40.67%
BLUE value IS 62 (24.61% from 255) = 18.96%
R=40.37%
G=40.67%
B=18.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133620.0100.530.4860.8536.4138.24
Hex84853E1035303d2426
Octal20420576106560754446
Binary100001001000010111111010110101110000111101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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