#948041

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

Shades of Highball #948041

Tints of Highball #948041

Color information

#948041 (or 0x948041) is unknown color: approx Highball. HEX triplet: 94, 80 and 41. RGB value is (148,128,65). Sum of RGB (Red+Green+Blue) = 148+128+65=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #948041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948041 is #6B7FBE. Grayscale: #7F7F7F. Windows color (decimal): -7045055 or 4292756. OLE color: 4292756.

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

Color convert

RGB14812865-
CMYK00.140.560.42
HSL45.54º38.97%41.76%-
HSV(B)45.54º56.08%58.04%-
XYZ20.8922.128.17-
YUV126.893.13143.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=43.40%
G=37.54%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481286500.140.560.4245.5438.9741.76
Hex9480410E382A2e272a
Octal2242001010167052564752
Binary1001010010000000100000101110111000101010101110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948041; }

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

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

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

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

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

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

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

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