#95772E

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

Shades of Corn Harvest #95772E

Tints of Corn Harvest #95772E

Color information

#95772E (or 0x95772E) is unknown color: approx Corn Harvest. HEX triplet: 95, 77 and 2E. RGB value is (149,119,46). Sum of RGB (Red+Green+Blue) = 149+119+46=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95772E is #6A88D1. Grayscale: #777777. Windows color (decimal): -6981842 or 3045269. OLE color: 3045269.

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

Color convert

RGB14911946-
CMYK00.200.690.42
HSL42.52º52.82%38.24%-
HSV(B)42.52º69.13%58.43%-
XYZ19.4819.785.38-
YUV119.6586.44148.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.45%
GREEN value IS 119 (46.88% from 255) = 37.90%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=47.45%
G=37.90%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491194600.200.690.4242.5252.8238.24
Hex95772E014452A2b3526
Octal2251675602410552536546
Binary1001010111101111011100101001000101101010101011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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