#958721

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

Shades of Lemon Ginger #958721

Tints of Lemon Ginger #958721

Color information

#958721 (or 0x958721) is unknown color: approx Lemon Ginger. HEX triplet: 95, 87 and 21. RGB value is (149,135,33). Sum of RGB (Red+Green+Blue) = 149+135+33=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 33 (13.28% from 255 or 10.41% from 317); Max value from RGB is 149 - color contains mainly: red. Hex color #958721 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958721 is #6A78DE. Grayscale: #7F7F7F. Windows color (decimal): -6977759 or 2197397. OLE color: 2197397.

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

Color convert

RGB14913533-
CMYK00.090.780.42
HSL52.76º63.74%35.69%-
HSV(B)52.76º77.85%58.43%-
XYZ21.3323.834.91-
YUV127.5674.64143.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.00%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 33 (13.28% from 255) = 10.41%
R=47.00%
G=42.59%
B=10.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491353300.090.780.4252.7663.7435.69
Hex958721094E2A354024
Octal22520741011116526510044
Binary10010101100001111000010100110011101010101101011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958721; }

 p { color: rgb(149,135,33); }

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

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

 a { background-color: rgb(149,135,33); }

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

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

 span { border-color: rgb(149,135,33); }

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