#957930

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

Shades of Corn Harvest #957930

Tints of Corn Harvest #957930

Color information

#957930 (or 0x957930) is unknown color: approx Corn Harvest. HEX triplet: 95, 79 and 30. RGB value is (149,121,48). Sum of RGB (Red+Green+Blue) = 149+121+48=318 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.86% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 149 - color contains mainly: red. Hex color #957930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957930 is #6A86CF. Grayscale: #797979. Windows color (decimal): -6981328 or 3176853. OLE color: 3176853.

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

Color convert

RGB14912148-
CMYK00.190.680.42
HSL43.37º51.27%38.63%-
HSV(B)43.37º67.79%58.43%-
XYZ19.7720.285.67-
YUV121.0586.78147.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.86%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 48 (19.14% from 255) = 15.09%
R=46.86%
G=38.05%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491214800.190.680.4243.3751.2738.63
Hex957930013442A2b3327
Octal2251716002310452536347
Binary1001010111110011100000100111000100101010101011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957930; }

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

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

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

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

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

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

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

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