#95772A

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

Shades of Corn Harvest #95772A

Tints of Corn Harvest #95772A

Color information

#95772A (or 0x95772A) is unknown color: approx Corn Harvest. HEX triplet: 95, 77 and 2A. RGB value is (149,119,42). Sum of RGB (Red+Green+Blue) = 149+119+42=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95772A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95772A is #6A88D5. Grayscale: #777777. Windows color (decimal): -6981846 or 2783125. OLE color: 2783125.

HSL color Cylindrical-coordinate representation of color #95772A: hue angle of 43.18º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #95772A is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB14911942-
CMYK00.200.720.42
HSL43.18º56.02%37.45%-
HSV(B)43.18º71.81%58.43%-
XYZ19.4119.754.98-
YUV119.1984.44149.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 48.06%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=48.06%
G=38.39%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491194200.200.720.4243.1856.0237.45
Hex95772A014482A2b3825
Octal2251675202411052537045
Binary1001010111101111010100101001001000101010101011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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