#958725

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

Shades of Lemon Ginger #958725

Tints of Lemon Ginger #958725

Color information

#958725 (or 0x958725) is unknown color: approx Lemon Ginger. HEX triplet: 95, 87 and 25. RGB value is (149,135,37). Sum of RGB (Red+Green+Blue) = 149+135+37=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 135 (53.12% from 255 or 42.06% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #958725 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958725 is #6A78DA. Grayscale: #808080. Windows color (decimal): -6977755 or 2459541. OLE color: 2459541.

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

Color convert

RGB14913537-
CMYK00.090.750.42
HSL52.5º60.22%36.47%-
HSV(B)52.5º75.17%58.43%-
XYZ21.3923.855.23-
YUV128.0176.64142.97-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 135 (53.12% from 255) = 42.06%
BLUE value IS 37 (14.84% from 255) = 11.53%
R=46.42%
G=42.06%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491353700.090.750.4252.560.2236.47
Hex958725094B2A343c24
Octal2252074501111352647444
Binary1001010110000111100101010011001011101010110100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958725; }

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

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

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

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

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

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

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

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