#83844A

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

Shades of Highball #83844A

Tints of Highball #83844A

Color information

#83844A (or 0x83844A) is unknown color: approx Highball. HEX triplet: 83, 84 and 4A. RGB value is (131,132,74). Sum of RGB (Red+Green+Blue) = 131+132+74=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 132 - color contains mainly: green. Hex color #83844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83844A is #7C7BB5. Grayscale: #7D7D7D. Windows color (decimal): -8158134 or 4883587. OLE color: 4883587.

HSL color Cylindrical-coordinate representation of color #83844A: hue angle of 61.03º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83844A is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13113274-
CMYK0.0100.440.48
HSL61.03º28.16%40.39%-
HSV(B)61.03º43.94%51.76%-
XYZ18.8521.829.7-
YUV125.0999.17132.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 132 (51.95% from 255) = 39.17%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=38.87%
G=39.17%
B=21.96%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131132740.0100.440.4861.0328.1640.39
Hex83844A102C303d1c28
Octal203204112105460753450
Binary100000111000010010010101010110011000011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83844A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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