#938E4B

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

Shades of Highball #938E4B

Tints of Highball #938E4B

Color information

#938E4B (or 0x938E4B) is unknown color: approx Highball. HEX triplet: 93, 8E and 4B. RGB value is (147,142,75). Sum of RGB (Red+Green+Blue) = 147+142+75=364 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.38% from 364); Green value is 142 (55.86% from 255 or 39.01% from 364); Blue value is 75 (29.69% from 255 or 20.60% from 364); Max value from RGB is 147 - color contains mainly: red. Hex color #938E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938E4B is #6C71B4. Grayscale: #888888. Windows color (decimal): -7106997 or 4951699. OLE color: 4951699.

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

Color convert

RGB14714275-
CMYK00.030.490.42
HSL55.83º32.43%43.53%-
HSV(B)55.83º48.98%57.65%-
XYZ22.9826.0610.48-
YUV135.8693.66135.95-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.38%
GREEN value IS 142 (55.86% from 255) = 39.01%
BLUE value IS 75 (29.69% from 255) = 20.60%
R=40.38%
G=39.01%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471427500.030.490.4255.8332.4343.53
Hex938E4B03312A38202c
Octal223216113036152704054
Binary10010011100011101001011011110001101010111000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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