#947E3B

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

Shades of Highball #947E3B

Tints of Highball #947E3B

Color information

#947E3B (or 0x947E3B) is unknown color: approx Highball. HEX triplet: 94, 7E and 3B. RGB value is (148,126,59). Sum of RGB (Red+Green+Blue) = 148+126+59=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 148 - color contains mainly: red. Hex color #947E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947E3B is #6B81C4. Grayscale: #7D7D7D. Windows color (decimal): -7045573 or 3899028. OLE color: 3899028.

HSL color Cylindrical-coordinate representation of color #947E3B: hue angle of 45.17º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #947E3B is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB14812659-
CMYK00.150.600.42
HSL45.17º43%40.59%-
HSV(B)45.17º60.14%58.04%-
XYZ20.4621.537.22-
YUV124.9490.79144.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.44%
GREEN value IS 126 (49.61% from 255) = 37.84%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=44.44%
G=37.84%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481265900.150.600.4245.174340.59
Hex947E3B0F3C2A2d2b29
Octal224176730177452555351
Binary10010100111111011101101111111100101010101101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,126,59); }

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

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

 a { background-color: rgb(148,126,59); }

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

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

 span { border-color: rgb(148,126,59); }

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