#948C39

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

Shades of Highball #948C39

Tints of Highball #948C39

Color information

#948C39 (or 0x948C39) is unknown color: approx Highball. HEX triplet: 94, 8C and 39. RGB value is (148,140,57). Sum of RGB (Red+Green+Blue) = 148+140+57=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 57 (22.66% from 255 or 16.52% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #948C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948C39 is #6B73C6. Grayscale: #858585. Windows color (decimal): -7041991 or 3771540. OLE color: 3771540.

HSL color Cylindrical-coordinate representation of color #948C39: hue angle of 54.73º 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 #948C39 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14814057-
CMYK00.050.610.42
HSL54.73º44.39%40.2%-
HSV(B)54.73º61.49%58.04%-
XYZ22.3325.357.59-
YUV132.9385.15138.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.90%
GREEN value IS 140 (55.08% from 255) = 40.58%
BLUE value IS 57 (22.66% from 255) = 16.52%
R=42.90%
G=40.58%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481405700.050.610.4254.7344.3940.2
Hex948C39053D2A372c28
Octal22421471057552675450
Binary10010100100011001110010101111101101010110111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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