#957834

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

Shades of Corn Harvest #957834

Tints of Corn Harvest #957834

Color information

#957834 (or 0x957834) is unknown color: approx Corn Harvest. HEX triplet: 95, 78 and 34. RGB value is (149,120,52). Sum of RGB (Red+Green+Blue) = 149+120+52=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 120 (47.27% from 255 or 37.38% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #957834 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957834 is #6A87CB. Grayscale: #797979. Windows color (decimal): -6981580 or 3438741. OLE color: 3438741.

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

Color convert

RGB14912052-
CMYK00.190.650.42
HSL42.06º48.26%39.41%-
HSV(B)42.06º65.1%58.43%-
XYZ19.7320.076.08-
YUV120.9289.11148.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.42%
GREEN value IS 120 (47.27% from 255) = 37.38%
BLUE value IS 52 (20.70% from 255) = 16.20%
R=46.42%
G=37.38%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491205200.190.650.4242.0648.2639.41
Hex957834013412A2a3027
Octal2251706402310152526047
Binary1001010111110001101000100111000001101010101010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957834; }

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

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

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

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

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

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

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

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