#947B27

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

Shades of Lemon Ginger #947B27

Tints of Lemon Ginger #947B27

Color information

#947B27 (or 0x947B27) is unknown color: approx Lemon Ginger. HEX triplet: 94, 7B and 27. RGB value is (148,123,39). Sum of RGB (Red+Green+Blue) = 148+123+39=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #947B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947B27 is #6B84D8. Grayscale: #797979. Windows color (decimal): -7046361 or 2587540. OLE color: 2587540.

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

Color convert

RGB14812339-
CMYK00.170.740.42
HSL46.24º58.29%36.67%-
HSV(B)46.24º73.65%58.04%-
XYZ19.6620.614.86-
YUV120.981.78147.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.74%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=47.74%
G=39.68%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481233900.170.740.4246.2458.2936.67
Hex947B270114A2A2e3a25
Octal2241734702111252567245
Binary1001010011110111001110100011001010101010101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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