#958434

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

Shades of Lemon Ginger #958434

Tints of Lemon Ginger #958434

Color information

#958434 (or 0x958434) is unknown color: approx Lemon Ginger. HEX triplet: 95, 84 and 34. RGB value is (149,132,52). Sum of RGB (Red+Green+Blue) = 149+132+52=333 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.74% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 149 - color contains mainly: red. Hex color #958434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958434 is #6A7BCB. Grayscale: #808080. Windows color (decimal): -6978508 or 3441813. OLE color: 3441813.

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

Color convert

RGB14913252-
CMYK00.110.650.42
HSL49.48º48.26%39.41%-
HSV(B)49.48º65.1%58.43%-
XYZ21.2723.146.59-
YUV127.9685.13143-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.74%
GREEN value IS 132 (51.95% from 255) = 39.64%
BLUE value IS 52 (20.70% from 255) = 15.62%
R=44.74%
G=39.64%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491325200.110.650.4249.4848.2639.41
Hex9584340B412A313027
Octal2252046401310152616047
Binary1001010110000100110100010111000001101010110001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958434; }

 p { color: rgb(149,132,52); }

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

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

 a { background-color: rgb(149,132,52); }

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

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

 span { border-color: rgb(149,132,52); }

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