#95772B

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

Shades of Corn Harvest #95772B

Tints of Corn Harvest #95772B

Color information

#95772B (or 0x95772B) is unknown color: approx Corn Harvest. HEX triplet: 95, 77 and 2B. RGB value is (149,119,43). Sum of RGB (Red+Green+Blue) = 149+119+43=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95772B is #6A88D4. Grayscale: #777777. Windows color (decimal): -6981845 or 2848661. OLE color: 2848661.

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

Color convert

RGB14911943-
CMYK00.200.710.42
HSL43.02º55.21%37.65%-
HSV(B)43.02º71.14%58.43%-
XYZ19.4319.765.08-
YUV119.3184.94149.18-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 47.91%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=47.91%
G=38.26%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491194300.200.710.4243.0255.2137.65
Hex95772B014472A2b3726
Octal2251675302410752536746
Binary1001010111101111010110101001000111101010101011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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