#948A4D

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

Shades of Highball #948A4D

Tints of Highball #948A4D

Color information

#948A4D (or 0x948A4D) is unknown color: approx Highball. HEX triplet: 94, 8A and 4D. RGB value is (148,138,77). Sum of RGB (Red+Green+Blue) = 148+138+77=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 148 - color contains mainly: red. Hex color #948A4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #948A4D is #6B75B2. Grayscale: #868686. Windows color (decimal): -7042483 or 5081748. OLE color: 5081748.

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

Color convert

RGB14813877-
CMYK00.070.480.42
HSL51.55º31.56%44.12%-
HSV(B)51.55º47.97%58.04%-
XYZ22.6425.0110.66-
YUV134.0495.81137.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.77%
GREEN value IS 138 (54.30% from 255) = 38.02%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=40.77%
G=38.02%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481387700.070.480.4251.5531.5644.12
Hex948A4D07302A34202c
Octal224212115076052644054
Binary100101001000101010011010111110000101010110100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948A4D; }

 p { color: rgb(148,138,77); }

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

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

 a { background-color: rgb(148,138,77); }

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

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

 span { border-color: rgb(148,138,77); }

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