#948421

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

Shades of Lemon Ginger #948421

Tints of Lemon Ginger #948421

Color information

#948421 (or 0x948421) is unknown color: approx Lemon Ginger. HEX triplet: 94, 84 and 21. RGB value is (148,132,33). Sum of RGB (Red+Green+Blue) = 148+132+33=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #948421 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948421 is #6B7BDE. Grayscale: #7D7D7D. Windows color (decimal): -7044063 or 2196628. OLE color: 2196628.

HSL color Cylindrical-coordinate representation of color #948421: hue angle of 51.65º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #948421 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14813233-
CMYK00.110.780.42
HSL51.65º63.54%35.49%-
HSV(B)51.65º77.7%58.04%-
XYZ20.7422.914.77-
YUV125.575.8144.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.28%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=47.28%
G=42.17%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481323300.110.780.4251.6563.5435.49
Hex9484210B4E2A344023
Octal22420441013116526410043
Binary10010100100001001000010101110011101010101101001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948421; }

 p { color: rgb(148,132,33); }

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

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

 a { background-color: rgb(148,132,33); }

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

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

 span { border-color: rgb(148,132,33); }

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