#938A47

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

Shades of Highball #938A47

Tints of Highball #938A47

Color information

#938A47 (or 0x938A47) is unknown color: approx Highball. HEX triplet: 93, 8A and 47. RGB value is (147,138,71). Sum of RGB (Red+Green+Blue) = 147+138+71=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 147 - color contains mainly: red. Hex color #938A47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938A47 is #6C75B8. Grayscale: #858585. Windows color (decimal): -7108025 or 4688531. OLE color: 4688531.

HSL color Cylindrical-coordinate representation of color #938A47: hue angle of 52.89º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #938A47 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14713871-
CMYK00.060.520.42
HSL52.89º34.86%42.75%-
HSV(B)52.89º51.7%57.65%-
XYZ22.2624.839.58-
YUV133.0592.98137.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.29%
GREEN value IS 138 (54.30% from 255) = 38.76%
BLUE value IS 71 (28.12% from 255) = 19.94%
R=41.29%
G=38.76%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471387100.060.520.4252.8934.8642.75
Hex938A4706342A35232b
Octal223212107066452654353
Binary100100111000101010001110110110100101010110101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,138,71); }

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

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

 a { background-color: rgb(147,138,71); }

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

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

 span { border-color: rgb(147,138,71); }

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