#93782E

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

Shades of Corn Harvest #93782E

Tints of Corn Harvest #93782E

Color information

#93782E (or 0x93782E) is unknown color: approx Corn Harvest. HEX triplet: 93, 78 and 2E. RGB value is (147,120,46). Sum of RGB (Red+Green+Blue) = 147+120+46=313 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.96% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 46 (18.36% from 255 or 14.70% from 313); Max value from RGB is 147 - color contains mainly: red. Hex color #93782E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93782E is #6C87D1. Grayscale: #777777. Windows color (decimal): -7112658 or 3045523. OLE color: 3045523.

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

Color convert

RGB14712046-
CMYK00.180.690.42
HSL43.96º52.33%37.84%-
HSV(B)43.96º68.71%57.65%-
XYZ19.2419.835.4-
YUV119.6486.45147.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 46.96%
GREEN value IS 120 (47.27% from 255) = 38.34%
BLUE value IS 46 (18.36% from 255) = 14.70%
R=46.96%
G=38.34%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471204600.180.690.4243.9652.3337.84
Hex93782E012452A2c3426
Octal2231705602210552546446
Binary1001001111110001011100100101000101101010101100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93782E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,120,46); }

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

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

 a { background-color: rgb(147,120,46); }

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

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

 span { border-color: rgb(147,120,46); }

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