#948138

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

Shades of Highball #948138

Tints of Highball #948138

Color information

#948138 (or 0x948138) is unknown color: approx Highball. HEX triplet: 94, 81 and 38. RGB value is (148,129,56). Sum of RGB (Red+Green+Blue) = 148+129+56=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #948138 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948138 is #6B7EC7. Grayscale: #7E7E7E. Windows color (decimal): -7044808 or 3703188. OLE color: 3703188.

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

Color convert

RGB14812956-
CMYK00.130.620.42
HSL47.61º45.1%40%-
HSV(B)47.61º62.16%58.04%-
XYZ20.7822.286.95-
YUV126.3688.29143.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 129 (50.78% from 255) = 38.74%
BLUE value IS 56 (22.27% from 255) = 16.82%
R=44.44%
G=38.74%
B=16.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481295600.130.620.4247.6145.140
Hex9481380D3E2A302d28
Octal224201700157652605550
Binary100101001000000111100001101111110101010110000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948138; }

 p { color: rgb(148,129,56); }

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

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

 a { background-color: rgb(148,129,56); }

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

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

 span { border-color: rgb(148,129,56); }

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