#948448

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

Shades of Highball #948448

Tints of Highball #948448

Color information

#948448 (or 0x948448) is unknown color: approx Highball. HEX triplet: 94, 84 and 48. RGB value is (148,132,72). Sum of RGB (Red+Green+Blue) = 148+132+72=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #948448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948448 is #6B7BB7. Grayscale: #828282. Windows color (decimal): -7044024 or 4752532. OLE color: 4752532.

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

Color convert

RGB14813272-
CMYK00.110.510.42
HSL47.37º34.55%43.14%-
HSV(B)47.37º51.35%58.04%-
XYZ21.6323.279.48-
YUV129.9495.3140.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 132 (51.95% from 255) = 37.5%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=42.05%
G=37.5%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481327200.110.510.4247.3734.5543.14
Hex9484480B332A2f232b
Octal2242041100136352574353
Binary1001010010000100100100001011110011101010101111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948448; }

 p { color: rgb(148,132,72); }

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

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

 a { background-color: rgb(148,132,72); }

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

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

 span { border-color: rgb(148,132,72); }

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