#947D3B

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

Shades of Lemon Ginger #947D3B

Tints of Lemon Ginger #947D3B

Color information

#947D3B (or 0x947D3B) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7D and 3B. RGB value is (148,125,59). Sum of RGB (Red+Green+Blue) = 148+125+59=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 59 (23.44% from 255 or 17.77% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #947D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D3B is #6B82C4. Grayscale: #7C7C7C. Windows color (decimal): -7045829 or 3898772. OLE color: 3898772.

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

Color convert

RGB14812559-
CMYK00.160.600.42
HSL44.49º43%40.59%-
HSV(B)44.49º60.14%58.04%-
XYZ20.3421.287.17-
YUV124.3591.12144.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 125 (49.22% from 255) = 37.65%
BLUE value IS 59 (23.44% from 255) = 17.77%
R=44.58%
G=37.65%
B=17.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481255900.160.600.4244.494340.59
Hex947D3B0103C2A2c2b29
Octal224175730207452545351
Binary100101001111101111011010000111100101010101100101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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