#957421

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

Shades of Corn Harvest #957421

Tints of Corn Harvest #957421

Color information

#957421 (or 0x957421) is unknown color: approx Corn Harvest. HEX triplet: 95, 74 and 21. RGB value is (149,116,33). Sum of RGB (Red+Green+Blue) = 149+116+33=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #957421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957421 is #6A8BDE. Grayscale: #747474. Windows color (decimal): -6982623 or 2192533. OLE color: 2192533.

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

Color convert

RGB14911633-
CMYK00.220.780.42
HSL42.93º63.74%35.69%-
HSV(B)42.93º77.85%58.43%-
XYZ18.9118.994.11-
YUV116.480.93151.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=50%
G=38.93%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491163300.220.780.4242.9363.7435.69
Hex9574210164E2A2b4024
Octal22516441026116525310044
Binary10010101111010010000101011010011101010101010111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957421; }

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

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

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

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

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

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

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

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