#957426

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

Shades of Corn Harvest #957426

Tints of Corn Harvest #957426

Color information

#957426 (or 0x957426) is unknown color: approx Corn Harvest. HEX triplet: 95, 74 and 26. RGB value is (149,116,38). Sum of RGB (Red+Green+Blue) = 149+116+38=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957426 is #6A8BD9. Grayscale: #757575. Windows color (decimal): -6982618 or 2520213. OLE color: 2520213.

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

Color convert

RGB14911638-
CMYK00.220.740.42
HSL42.16º59.36%36.67%-
HSV(B)42.16º74.5%58.43%-
XYZ18.9919.024.5-
YUV116.9883.43150.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=49.17%
G=38.28%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491163800.220.740.4242.1659.3636.67
Hex9574260164A2A2a3b25
Octal2251644602611252527345
Binary1001010111101001001100101101001010101010101010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957426; }

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

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

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

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

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

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

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

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