#957430

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

Shades of Corn Harvest #957430

Tints of Corn Harvest #957430

Color information

#957430 (or 0x957430) is unknown color: approx Corn Harvest. HEX triplet: 95, 74 and 30. RGB value is (149,116,48). Sum of RGB (Red+Green+Blue) = 149+116+48=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 116 (45.70% from 255 or 37.06% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #957430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957430 is #6A8BCF. Grayscale: #767676. Windows color (decimal): -6982608 or 3175573. OLE color: 3175573.

HSL color Cylindrical-coordinate representation of color #957430: hue angle of 40.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #957430 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14911648-
CMYK00.220.680.42
HSL40.4º51.27%38.63%-
HSV(B)40.4º67.79%58.43%-
XYZ19.1719.095.47-
YUV118.1288.43150.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 116 (45.70% from 255) = 37.06%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=47.60%
G=37.06%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491164800.220.680.4240.451.2738.63
Hex957430016442A283327
Octal2251646002610452506347
Binary1001010111101001100000101101000100101010101000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957430; }

 p { color: rgb(149,116,48); }

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

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

 a { background-color: rgb(149,116,48); }

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

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

 span { border-color: rgb(149,116,48); }

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