#938340

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

Shades of Highball #938340

Tints of Highball #938340

Color information

#938340 (or 0x938340) is unknown color: approx Highball. HEX triplet: 93, 83 and 40. RGB value is (147,131,64). Sum of RGB (Red+Green+Blue) = 147+131+64=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #938340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938340 is #6C7CBF. Grayscale: #808080. Windows color (decimal): -7109824 or 4227987. OLE color: 4227987.

HSL color Cylindrical-coordinate representation of color #938340: hue angle of 48.43º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #938340 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14713164-
CMYK00.110.560.42
HSL48.43º39.34%41.37%-
HSV(B)48.43º56.46%57.65%-
XYZ21.0722.818.14-
YUV128.1591.8141.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.98%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 64 (25.39% from 255) = 18.71%
R=42.98%
G=38.30%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471316400.110.560.4248.4339.3441.37
Hex9383400B382A302729
Octal2232031000137052604751
Binary1001001110000011100000001011111000101010110000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938340; }

 p { color: rgb(147,131,64); }

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

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

 a { background-color: rgb(147,131,64); }

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

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

 span { border-color: rgb(147,131,64); }

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