#93741A

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

Shades of Corn Harvest #93741A

Tints of Corn Harvest #93741A

Color information

#93741A (or 0x93741A) is unknown color: approx Corn Harvest. HEX triplet: 93, 74 and 1A. RGB value is (147,116,26). Sum of RGB (Red+Green+Blue) = 147+116+26=289 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.87% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 147 - color contains mainly: red. Hex color #93741A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93741A is #6C8BE5. Grayscale: #737373. Windows color (decimal): -7113702 or 1733779. OLE color: 1733779.

HSL color Cylindrical-coordinate representation of color #93741A: hue angle of 44.63º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93741A is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14711626-
CMYK00.210.820.42
HSL44.63º69.94%33.92%-
HSV(B)44.63º82.31%57.65%-
XYZ18.4618.773.63-
YUV115.0177.77150.82-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.87%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 26 (10.55% from 255) = 9.00%
R=50.87%
G=40.14%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471162600.210.820.4244.6369.9433.92
Hex93741A015522A2d4622
Octal22316432025122525510642
Binary1001001111101001101001010110100101010101011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93741A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,116,26); }

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

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

 a { background-color: rgb(147,116,26); }

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

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

 span { border-color: rgb(147,116,26); }

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