#95732E

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

Shades of Corn Harvest #95732E

Tints of Corn Harvest #95732E

Color information

#95732E (or 0x95732E) is unknown color: approx Corn Harvest. HEX triplet: 95, 73 and 2E. RGB value is (149,115,46). Sum of RGB (Red+Green+Blue) = 149+115+46=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 115 (45.31% from 255 or 37.10% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95732E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95732E is #6A8CD1. Grayscale: #757575. Windows color (decimal): -6982866 or 3044245. OLE color: 3044245.

HSL color Cylindrical-coordinate representation of color #95732E: hue angle of 40.19º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95732E is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB14911546-
CMYK00.230.690.42
HSL40.19º52.82%38.24%-
HSV(B)40.19º69.13%58.43%-
XYZ19.0218.855.22-
YUV117.387.76150.61-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 115 (45.31% from 255) = 37.10%
BLUE value IS 46 (18.36% from 255) = 14.84%
R=48.06%
G=37.10%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491154600.230.690.4240.1952.8238.24
Hex95732E017452A283526
Octal2251635602710552506546
Binary1001010111100111011100101111000101101010101000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95732E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95732E; }

 p { color: rgb(149,115,46); }

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

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

 a { background-color: rgb(149,115,46); }

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

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

 span { border-color: rgb(149,115,46); }

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