#957A34

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

Shades of Corn Harvest #957A34

Tints of Corn Harvest #957A34

Color information

#957A34 (or 0x957A34) is unknown color: approx Corn Harvest. HEX triplet: 95, 7A and 34. RGB value is (149,122,52). Sum of RGB (Red+Green+Blue) = 149+122+52=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #957A34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A34 is #6A85CB. Grayscale: #7A7A7A. Windows color (decimal): -6981068 or 3439253. OLE color: 3439253.

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

Color convert

RGB14912252-
CMYK00.180.650.42
HSL43.3º48.26%39.41%-
HSV(B)43.3º65.1%58.43%-
XYZ19.9720.566.16-
YUV122.0988.45147.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=46.13%
G=37.77%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491225200.180.650.4243.348.2639.41
Hex957A34012412A2b3027
Octal2251726402210152536047
Binary1001010111110101101000100101000001101010101011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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