#948335

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

Shades of Lemon Ginger #948335

Tints of Lemon Ginger #948335

Color information

#948335 (or 0x948335) is unknown color: approx Lemon Ginger. HEX triplet: 94, 83 and 35. RGB value is (148,131,53). Sum of RGB (Red+Green+Blue) = 148+131+53=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 131 (51.56% from 255 or 39.46% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #948335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #948335 is #6B7CCA. Grayscale: #7F7F7F. Windows color (decimal): -7044299 or 3507092. OLE color: 3507092.

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

Color convert

RGB14813153-
CMYK00.110.640.42
HSL49.26º47.26%39.41%-
HSV(B)49.26º64.19%58.04%-
XYZ20.9722.796.66-
YUV127.1986.13142.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 131 (51.56% from 255) = 39.46%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=44.58%
G=39.46%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481315300.110.640.4249.2647.2639.41
Hex9483350B402A312f27
Octal2242036501310052615747
Binary1001010010000011110101010111000000101010110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948335; }

 p { color: rgb(148,131,53); }

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

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

 a { background-color: rgb(148,131,53); }

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

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

 span { border-color: rgb(148,131,53); }

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