#94802F

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

Shades of Lemon Ginger #94802F

Tints of Lemon Ginger #94802F

Color information

#94802F (or 0x94802F) is unknown color: approx Lemon Ginger. HEX triplet: 94, 80 and 2F. RGB value is (148,128,47). Sum of RGB (Red+Green+Blue) = 148+128+47=323 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.82% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 148 - color contains mainly: red. Hex color #94802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94802F is #6B7FD0. Grayscale: #7D7D7D. Windows color (decimal): -7045073 or 3113108. OLE color: 3113108.

HSL color Cylindrical-coordinate representation of color #94802F: hue angle of 48.12º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94802F is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14812847-
CMYK00.140.680.42
HSL48.12º51.79%38.24%-
HSV(B)48.12º68.24%58.04%-
XYZ20.4521.945.85-
YUV124.7584.13144.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.82%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=45.82%
G=39.63%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481284700.140.680.4248.1251.7938.24
Hex94802F0E442A303426
Octal2242005701610452606446
Binary1001010010000000101111011101000100101010110000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94802F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94802F; }

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

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

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

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

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

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

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

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