#958535

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

Shades of Lemon Ginger #958535

Tints of Lemon Ginger #958535

Color information

#958535 (or 0x958535) is unknown color: approx Lemon Ginger. HEX triplet: 95, 85 and 35. RGB value is (149,133,53). Sum of RGB (Red+Green+Blue) = 149+133+53=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 149 - color contains mainly: red. Hex color #958535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958535 is #6A7ACA. Grayscale: #818181. Windows color (decimal): -6978251 or 3507605. OLE color: 3507605.

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

Color convert

RGB14913353-
CMYK00.110.640.42
HSL50º47.52%39.61%-
HSV(B)50º64.43%58.43%-
XYZ21.4223.426.76-
YUV128.6685.3142.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.48%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=44.48%
G=39.70%
B=15.82%

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
Decimal1491335300.110.640.425047.5239.61
Hex9585350B402A323028
Octal2252056501310052626050
Binary1001010110000101110101010111000000101010110010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958535; }

 p { color: rgb(149,133,53); }

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

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

 a { background-color: rgb(149,133,53); }

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

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

 span { border-color: rgb(149,133,53); }

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