#957029

Color #957029 Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #957029

Tints of Corn Harvest #957029

Color information

#957029 (or 0x957029) is unknown color: approx Corn Harvest. HEX triplet: 95, 70 and 29. RGB value is (149,112,41). Sum of RGB (Red+Green+Blue) = 149+112+41=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #957029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957029 is #6A8FD6. Grayscale: #737373. Windows color (decimal): -6983639 or 2715797. OLE color: 2715797.

HSL color Cylindrical-coordinate representation of color #957029: hue angle of 39.44º 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 #957029 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14911241-
CMYK00.250.720.42
HSL39.44º56.84%37.25%-
HSV(B)39.44º72.48%58.43%-
XYZ18.5918.144.62-
YUV114.9786.26152.27-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.34%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 41 (16.41% from 255) = 13.58%
R=49.34%
G=37.09%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491124100.250.720.4239.4456.8437.25
Hex957029019482A273925
Octal2251605103111052477145
Binary1001010111100001010010110011001000101010100111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957029; }

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

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

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

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

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

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

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

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