#938338

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

Shades of Highball #938338

Tints of Highball #938338

Color information

#938338 (or 0x938338) is unknown color: approx Highball. HEX triplet: 93, 83 and 38. RGB value is (147,131,56). Sum of RGB (Red+Green+Blue) = 147+131+56=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 147 - color contains mainly: red. Hex color #938338 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #938338 is #6C7CC7. Grayscale: #7F7F7F. Windows color (decimal): -7109832 or 3703699. OLE color: 3703699.

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

Color convert

RGB14713156-
CMYK00.110.620.42
HSL49.45º44.83%39.8%-
HSV(B)49.45º61.9%57.65%-
XYZ20.8622.727.03-
YUV127.2387.8142.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 56 (22.27% from 255) = 16.77%
R=44.01%
G=39.22%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471315600.110.620.4249.4544.8339.8
Hex9383380B3E2A312d28
Octal223203700137652615550
Binary100100111000001111100001011111110101010110001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938338; }

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

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

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

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

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

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

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

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