#939242

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

Shades of Highball #939242

Tints of Highball #939242

Color information

#939242 (or 0x939242) is unknown color: approx Highball. HEX triplet: 93, 92 and 42. RGB value is (147,146,66). Sum of RGB (Red+Green+Blue) = 147+146+66=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #939242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #939242 is #6C6DBD. Grayscale: #898989. Windows color (decimal): -7105982 or 4362899. OLE color: 4362899.

HSL color Cylindrical-coordinate representation of color #939242: hue angle of 59.26º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #939242 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB14714666-
CMYK00.010.550.42
HSL59.26º38.03%41.76%-
HSV(B)59.26º55.1%57.65%-
XYZ23.2927.159.17-
YUV137.1887.83135-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.95%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 66 (26.17% from 255) = 18.38%
R=40.95%
G=40.67%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471466600.010.550.4259.2638.0341.76
Hex93924201372A3b262a
Octal223222102016752734652
Binary1001001110010010100001001110111101010111011100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939242; }

 p { color: rgb(147,146,66); }

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

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

 a { background-color: rgb(147,146,66); }

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

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

 span { border-color: rgb(147,146,66); }

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