#938E53

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

Shades of Highball #938E53

Tints of Highball #938E53

Color information

#938E53 (or 0x938E53) is unknown color: approx Highball. HEX triplet: 93, 8E and 53. RGB value is (147,142,83). Sum of RGB (Red+Green+Blue) = 147+142+83=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #938E53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938E53 is #6C71AC. Grayscale: #898989. Windows color (decimal): -7106989 or 5475987. OLE color: 5475987.

HSL color Cylindrical-coordinate representation of color #938E53: hue angle of 55.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #938E53 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14714283-
CMYK00.030.440.42
HSL55.31º27.83%45.1%-
HSV(B)55.31º43.54%57.65%-
XYZ23.2726.1712.01-
YUV136.7797.66135.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 83 (32.81% from 255) = 22.31%
R=39.52%
G=38.17%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471428300.030.440.4255.3127.8345.1
Hex938E53032C2A371c2d
Octal223216123035452673455
Binary1001001110001110101001101110110010101011011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938E53; }

 p { color: rgb(147,142,83); }

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

<style>
 a { background-color: #938E53; }

 a { background-color: rgb(147,142,83); }

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

<style>
 span { border-color: #938E53; }

 span { border-color: rgb(147,142,83); }

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