#948141

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

Shades of Highball #948141

Tints of Highball #948141

Color information

#948141 (or 0x948141) is unknown color: approx Highball. HEX triplet: 94, 81 and 41. RGB value is (148,129,65). Sum of RGB (Red+Green+Blue) = 148+129+65=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #948141 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948141 is #6B7EBE. Grayscale: #7F7F7F. Windows color (decimal): -7044799 or 4293012. OLE color: 4293012.

HSL color Cylindrical-coordinate representation of color #948141: hue angle of 46.27º 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 #948141 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB14812965-
CMYK00.130.560.42
HSL46.27º38.97%41.76%-
HSV(B)46.27º56.08%58.04%-
XYZ21.0222.388.21-
YUV127.3892.79142.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 129 (50.78% from 255) = 37.72%
BLUE value IS 65 (25.78% from 255) = 19.01%
R=43.27%
G=37.72%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481296500.130.560.4246.2738.9741.76
Hex9481410D382A2e272a
Octal2242011010157052564752
Binary1001010010000001100000101101111000101010101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948141; }

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

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

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

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

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

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

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

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