#957025

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

Shades of Corn Harvest #957025

Tints of Corn Harvest #957025

Color information

#957025 (or 0x957025) is unknown color: approx Corn Harvest. HEX triplet: 95, 70 and 25. RGB value is (149,112,37). Sum of RGB (Red+Green+Blue) = 149+112+37=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #957025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957025 is #6A8FDA. Grayscale: #727272. Windows color (decimal): -6983643 or 2453653. OLE color: 2453653.

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

Color convert

RGB14911237-
CMYK00.250.750.42
HSL40.18º60.22%36.47%-
HSV(B)40.18º75.17%58.43%-
XYZ18.5218.114.27-
YUV114.5184.26152.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 37 (14.84% from 255) = 12.42%
R=50%
G=37.58%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491123700.250.750.4240.1860.2236.47
Hex9570250194B2A283c24
Octal2251604503111352507444
Binary1001010111100001001010110011001011101010101000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957025; }

 p { color: rgb(149,112,37); }

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

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

 a { background-color: rgb(149,112,37); }

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

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

 span { border-color: rgb(149,112,37); }

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