#938446

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

Shades of Highball #938446

Tints of Highball #938446

Color information

#938446 (or 0x938446) is unknown color: approx Highball. HEX triplet: 93, 84 and 46. RGB value is (147,132,70). Sum of RGB (Red+Green+Blue) = 147+132+70=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #938446 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938446 is #6C7BB9. Grayscale: #818181. Windows color (decimal): -7109562 or 4621459. OLE color: 4621459.

HSL color Cylindrical-coordinate representation of color #938446: hue angle of 48.31º 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 #938446 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB14713270-
CMYK00.100.520.42
HSL48.31º35.48%42.55%-
HSV(B)48.31º52.38%57.65%-
XYZ21.3923.159.13-
YUV129.4294.47140.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 70 (27.73% from 255) = 20.06%
R=42.12%
G=37.82%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471327000.100.520.4248.3135.4842.55
Hex9384460A342A30232b
Octal2232041060126452604353
Binary1001001110000100100011001010110100101010110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938446; }

 p { color: rgb(147,132,70); }

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

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

 a { background-color: rgb(147,132,70); }

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

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

 span { border-color: rgb(147,132,70); }

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