#83854A

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

Shades of Highball #83854A

Tints of Highball #83854A

Color information

#83854A (or 0x83854A) is unknown color: approx Highball. HEX triplet: 83, 85 and 4A. RGB value is (131,133,74). Sum of RGB (Red+Green+Blue) = 131+133+74=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 133 - color contains mainly: green. Hex color #83854A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83854A is #7C7AB5. Grayscale: #7D7D7D. Windows color (decimal): -8157878 or 4883843. OLE color: 4883843.

HSL color Cylindrical-coordinate representation of color #83854A: hue angle of 62.03º degrees, saturation: 0.29, 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 #83854A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13113374-
CMYK0.0200.440.48
HSL62.03º28.5%40.59%-
HSV(B)62.03º44.36%52.16%-
XYZ18.9822.099.74-
YUV125.6898.84131.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 133 (52.34% from 255) = 39.35%
BLUE value IS 74 (29.30% from 255) = 21.89%
R=38.76%
G=39.35%
B=21.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133740.0200.440.4862.0328.540.59
Hex83854A202C303e1d29
Octal203205112205460763551
Binary1000001110000101100101010010110011000011111011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83854A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83854A; }

 p { color: rgb(131,133,74); }

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

<style>
 a { background-color: #83854A; }

 a { background-color: rgb(131,133,74); }

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

<style>
 span { border-color: #83854A; }

 span { border-color: rgb(131,133,74); }

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