#93742F

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

Shades of Corn Harvest #93742F

Tints of Corn Harvest #93742F

Color information

#93742F (or 0x93742F) is unknown color: approx Corn Harvest. HEX triplet: 93, 74 and 2F. RGB value is (147,116,47). Sum of RGB (Red+Green+Blue) = 147+116+47=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93742F is #6C8BD0. Grayscale: #757575. Windows color (decimal): -7113681 or 3110035. OLE color: 3110035.

HSL color Cylindrical-coordinate representation of color #93742F: hue angle of 41.4º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #93742F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB14711647-
CMYK00.210.680.42
HSL41.4º51.55%38.04%-
HSV(B)41.4º68.03%57.65%-
XYZ18.7918.95.35-
YUV117.488.27149.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.42%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=47.42%
G=37.42%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471164700.210.680.4241.451.5538.04
Hex93742F015442A293426
Octal2231645702510452516446
Binary1001001111101001011110101011000100101010101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93742F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93742F; }

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

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

<style>
 a { background-color: #93742F; }

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

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

<style>
 span { border-color: #93742F; }

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

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