#948537

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

Shades of Highball #948537

Tints of Highball #948537

Color information

#948537 (or 0x948537) is unknown color: approx Highball. HEX triplet: 94, 85 and 37. RGB value is (148,133,55). Sum of RGB (Red+Green+Blue) = 148+133+55=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #948537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948537 is #6B7AC8. Grayscale: #808080. Windows color (decimal): -7043785 or 3638676. OLE color: 3638676.

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

Color convert

RGB14813355-
CMYK00.100.630.42
HSL50.32º45.81%39.8%-
HSV(B)50.32º62.84%58.04%-
XYZ21.2923.357-
YUV128.5986.47141.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 133 (52.34% from 255) = 39.58%
BLUE value IS 55 (21.88% from 255) = 16.37%
R=44.05%
G=39.58%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481335500.100.630.4250.3245.8139.8
Hex9485370A3F2A322e28
Octal224205670127752625650
Binary100101001000010111011101010111111101010110010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948537; }

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

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

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

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

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

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

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

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