#947D3A

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

Shades of Lemon Ginger #947D3A

Tints of Lemon Ginger #947D3A

Color information

#947D3A (or 0x947D3A) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7D and 3A. RGB value is (148,125,58). Sum of RGB (Red+Green+Blue) = 148+125+58=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 125 (49.22% from 255 or 37.76% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #947D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947D3A is #6B82C5. Grayscale: #7C7C7C. Windows color (decimal): -7045830 or 3833236. OLE color: 3833236.

HSL color Cylindrical-coordinate representation of color #947D3A: hue angle of 44.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #947D3A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB14812558-
CMYK00.160.610.42
HSL44.67º43.69%40.39%-
HSV(B)44.67º60.81%58.04%-
XYZ20.3121.277.04-
YUV124.2490.62144.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 125 (49.22% from 255) = 37.76%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=44.71%
G=37.76%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481255800.160.610.4244.6743.6940.39
Hex947D3A0103D2A2d2c28
Octal224175720207552555450
Binary100101001111101111010010000111101101010101101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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