#948038

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

Shades of Lemon Ginger #948038

Tints of Lemon Ginger #948038

Color information

#948038 (or 0x948038) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 38. RGB value is (148,128,56). Sum of RGB (Red+Green+Blue) = 148+128+56=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948038 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948038 is #6B7FC7. Grayscale: #7E7E7E. Windows color (decimal): -7045064 or 3702932. OLE color: 3702932.

HSL color Cylindrical-coordinate representation of color #948038: hue angle of 46.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #948038 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB14812856-
CMYK00.140.620.42
HSL46.96º45.1%40%-
HSV(B)46.96º62.16%58.04%-
XYZ20.6522.026.9-
YUV125.7788.63143.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=44.58%
G=38.55%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481285600.140.620.4246.9645.140
Hex9480380E3E2A2f2d28
Octal224200700167652575550
Binary100101001000000011100001110111110101010101111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948038; }

 p { color: rgb(148,128,56); }

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

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

 a { background-color: rgb(148,128,56); }

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

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

 span { border-color: rgb(148,128,56); }

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