#947B2D

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

Shades of Lemon Ginger #947B2D

Tints of Lemon Ginger #947B2D

Color information

#947B2D (or 0x947B2D) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7B and 2D. RGB value is (148,123,45). Sum of RGB (Red+Green+Blue) = 148+123+45=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #947B2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B2D is #6B84D2. Grayscale: #797979. Windows color (decimal): -7046355 or 2980756. OLE color: 2980756.

HSL color Cylindrical-coordinate representation of color #947B2D: hue angle of 45.44º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #947B2D is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14812345-
CMYK00.170.700.42
HSL45.44º53.37%37.84%-
HSV(B)45.44º69.59%58.04%-
XYZ19.7720.655.43-
YUV121.5884.78146.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.84%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=46.84%
G=38.92%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481234500.170.700.4245.4453.3737.84
Hex947B2D011462A2d3526
Octal2241735502110652556546
Binary1001010011110111011010100011000110101010101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,45); }

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

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

 a { background-color: rgb(148,123,45); }

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

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

 span { border-color: rgb(148,123,45); }

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