#948F41

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

Shades of Highball #948F41

Tints of Highball #948F41

Color information

#948F41 (or 0x948F41) is unknown color: approx Highball. HEX triplet: 94, 8F and 41. RGB value is (148,143,65). Sum of RGB (Red+Green+Blue) = 148+143+65=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #948F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948F41 is #6B70BE. Grayscale: #878787. Windows color (decimal): -7041215 or 4296596. OLE color: 4296596.

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

Color convert

RGB14814365-
CMYK00.030.560.42
HSL56.39º38.97%41.76%-
HSV(B)56.39º56.08%58.04%-
XYZ22.9926.328.87-
YUV135.688.16136.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.57%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 65 (25.78% from 255) = 18.26%
R=41.57%
G=40.17%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481436500.030.560.4256.3938.9741.76
Hex948F4103382A38272a
Octal224217101037052704752
Binary10010100100011111000001011111000101010111000100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,143,65); }

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

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

 a { background-color: rgb(148,143,65); }

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

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

 span { border-color: rgb(148,143,65); }

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