#948b3c

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

Shades of Highball #948B3C

Tints of Highball #948B3C

Color information

#948B3C (or 0x948B3C) is unknown color: approx Highball. HEX triplet: 94, 8B and 3C. RGB value is (148,139,60). Sum of RGB (Red+Green+Blue) = 148+139+60=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 148 - color contains mainly: red. Hex color #948B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948B3C is #6B74C3. Grayscale: #858585. Windows color (decimal): -7042244 or 3967892. OLE color: 3967892.

HSL color Cylindrical-coordinate representation of color #948B3C: hue angle of 53.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #948B3C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB14813960-
CMYK00.060.590.42
HSL53.86º42.31%40.78%-
HSV(B)53.86º59.46%58.04%-
XYZ22.2625.097.94-
YUV132.6886.98138.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.65%
GREEN value IS 139 (54.69% from 255) = 40.06%
BLUE value IS 60 (23.83% from 255) = 17.29%
R=42.65%
G=40.06%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481396000.060.590.4253.8642.3140.78
Hex948B3C063B2A362a29
Octal22421374067352665251
Binary10010100100010111111000110111011101010110110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948b3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,139,60); }

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

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

 a { background-color: rgb(148,139,60); }

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

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

 span { border-color: rgb(148,139,60); }

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