#948239

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

Shades of Highball #948239

Tints of Highball #948239

Color information

#948239 (or 0x948239) is unknown color: approx Highball. HEX triplet: 94, 82 and 39. RGB value is (148,130,57). Sum of RGB (Red+Green+Blue) = 148+130+57=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #948239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948239 is #6B7DC6. Grayscale: #7F7F7F. Windows color (decimal): -7044551 or 3768980. OLE color: 3768980.

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

Color convert

RGB14813057-
CMYK00.120.610.42
HSL48.13º44.39%40.2%-
HSV(B)48.13º61.49%58.04%-
XYZ20.9322.567.12-
YUV127.0688.46142.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.18%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=44.18%
G=38.81%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481305700.120.610.4248.1344.3940.2
Hex9482390C3D2A302c28
Octal224202710147552605450
Binary100101001000001011100101100111101101010110000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948239; }

 p { color: rgb(148,130,57); }

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

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

 a { background-color: rgb(148,130,57); }

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

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

 span { border-color: rgb(148,130,57); }

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