#957525

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

Shades of Corn Harvest #957525

Tints of Corn Harvest #957525

Color information

#957525 (or 0x957525) is unknown color: approx Corn Harvest. HEX triplet: 95, 75 and 25. RGB value is (149,117,37). Sum of RGB (Red+Green+Blue) = 149+117+37=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957525 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957525 is #6A8ADA. Grayscale: #757575. Windows color (decimal): -6982363 or 2454933. OLE color: 2454933.

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

Color convert

RGB14911737-
CMYK00.210.750.42
HSL42.86º60.22%36.47%-
HSV(B)42.86º75.17%58.43%-
XYZ19.0919.254.46-
YUV117.4582.6150.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.17%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 37 (14.84% from 255) = 12.21%
R=49.17%
G=38.61%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491173700.210.750.4242.8660.2236.47
Hex9575250154B2A2b3c24
Octal2251654502511352537444
Binary1001010111101011001010101011001011101010101011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957525; }

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

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

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

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

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

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

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

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