#957225

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

Shades of Corn Harvest #957225

Tints of Corn Harvest #957225

Color information

#957225 (or 0x957225) is unknown color: approx Corn Harvest. HEX triplet: 95, 72 and 25. RGB value is (149,114,37). Sum of RGB (Red+Green+Blue) = 149+114+37=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #957225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957225 is #6A8DDA. Grayscale: #747474. Windows color (decimal): -6983131 or 2454165. OLE color: 2454165.

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

Color convert

RGB14911437-
CMYK00.230.750.42
HSL41.25º60.22%36.47%-
HSV(B)41.25º75.17%58.43%-
XYZ18.7518.564.34-
YUV115.6983.6151.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 37 (14.84% from 255) = 12.33%
R=49.67%
G=38%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491143700.230.750.4241.2560.2236.47
Hex9572250174B2A293c24
Octal2251624502711352517444
Binary1001010111100101001010101111001011101010101001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957225; }

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

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

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

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

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

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

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

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