#948548

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

Shades of Highball #948548

Tints of Highball #948548

Color information

#948548 (or 0x948548) is unknown color: approx Highball. HEX triplet: 94, 85 and 48. RGB value is (148,133,72). Sum of RGB (Red+Green+Blue) = 148+133+72=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #948548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948548 is #6B7AB7. Grayscale: #828282. Windows color (decimal): -7043768 or 4752788. OLE color: 4752788.

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

Color convert

RGB14813372-
CMYK00.100.510.42
HSL48.16º34.55%43.14%-
HSV(B)48.16º51.35%58.04%-
XYZ21.7723.549.53-
YUV130.5394.97140.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 72 (28.52% from 255) = 20.40%
R=41.93%
G=37.68%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481337200.100.510.4248.1634.5543.14
Hex9485480A332A30232b
Octal2242051100126352604353
Binary1001010010000101100100001010110011101010110000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948548; }

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

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

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

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

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

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

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

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