#95762E

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

Shades of Corn Harvest #95762E

Tints of Corn Harvest #95762E

Color information

#95762E (or 0x95762E) is unknown color: approx Corn Harvest. HEX triplet: 95, 76 and 2E. RGB value is (149,118,46). Sum of RGB (Red+Green+Blue) = 149+118+46=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95762E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95762E is #6A89D1. Grayscale: #777777. Windows color (decimal): -6982098 or 3045013. OLE color: 3045013.

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

Color convert

RGB14911846-
CMYK00.210.690.42
HSL41.94º52.82%38.24%-
HSV(B)41.94º69.13%58.43%-
XYZ19.3719.545.34-
YUV119.0686.77149.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.60%
GREEN value IS 118 (46.48% from 255) = 37.70%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=47.60%
G=37.70%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491184600.210.690.4241.9452.8238.24
Hex95762E015452A2a3526
Octal2251665602510552526546
Binary1001010111101101011100101011000101101010101010110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95762E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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