#947A29

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

Shades of Lemon Ginger #947A29

Tints of Lemon Ginger #947A29

Color information

#947A29 (or 0x947A29) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7A and 29. RGB value is (148,122,41). Sum of RGB (Red+Green+Blue) = 148+122+41=311 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.59% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 148 - color contains mainly: red. Hex color #947A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A29 is #6B85D6. Grayscale: #787878. Windows color (decimal): -7046615 or 2718356. OLE color: 2718356.

HSL color Cylindrical-coordinate representation of color #947A29: hue angle of 45.42º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #947A29 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14812241-
CMYK00.180.720.42
HSL45.42º56.61%37.06%-
HSV(B)45.42º72.3%58.04%-
XYZ19.5720.385-
YUV120.5483.11147.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.59%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 41 (16.41% from 255) = 13.18%
R=47.59%
G=39.23%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481224100.180.720.4245.4256.6137.06
Hex947A29012482A2d3925
Octal2241725102211052557145
Binary1001010011110101010010100101001000101010101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,122,41); }

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

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

 a { background-color: rgb(148,122,41); }

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

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

 span { border-color: rgb(148,122,41); }

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