#957A29

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

Shades of Lemon Ginger #957A29

Tints of Lemon Ginger #957A29

Color information

#957A29 (or 0x957A29) is unknown color: approx Lemon Ginger. HEX triplet: 95, 7A and 29. RGB value is (149,122,41). Sum of RGB (Red+Green+Blue) = 149+122+41=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #957A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A29 is #6A85D6. Grayscale: #797979. Windows color (decimal): -6981079 or 2718357. OLE color: 2718357.

HSL color Cylindrical-coordinate representation of color #957A29: hue angle of 45º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #957A29 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14912241-
CMYK00.180.720.42
HSL45º56.84%37.25%-
HSV(B)45º72.48%58.43%-
XYZ19.7520.475.01-
YUV120.8482.95148.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.76%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 41 (16.41% from 255) = 13.14%
R=47.76%
G=39.10%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491224100.180.720.424556.8437.25
Hex957A29012482A2d3925
Octal2251725102211052557145
Binary1001010111110101010010100101001000101010101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957A29; }

 p { color: rgb(149,122,41); }

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

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

 a { background-color: rgb(149,122,41); }

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

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

 span { border-color: rgb(149,122,41); }

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