#947D41

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

Shades of Highball #947D41

Tints of Highball #947D41

Color information

#947D41 (or 0x947D41) is unknown color: approx Highball. HEX triplet: 94, 7D and 41. RGB value is (148,125,65). Sum of RGB (Red+Green+Blue) = 148+125+65=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 148 - color contains mainly: red. Hex color #947D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D41 is #6B82BE. Grayscale: #7D7D7D. Windows color (decimal): -7045823 or 4291988. OLE color: 4291988.

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

Color convert

RGB14812565-
CMYK00.160.560.42
HSL43.37º38.97%41.76%-
HSV(B)43.37º56.08%58.04%-
XYZ20.521.348.04-
YUV125.0494.12144.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.79%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=43.79%
G=36.98%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481256500.160.560.4243.3738.9741.76
Hex947D41010382A2b272a
Octal2241751010207052534752
Binary1001010011111011000001010000111000101010101011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947D41; }

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

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

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

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

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

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

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

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