#93732a

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

Shades of Corn Harvest #93732A

Tints of Corn Harvest #93732A

Color information

#93732A (or 0x93732A) is unknown color: approx Corn Harvest. HEX triplet: 93, 73 and 2A. RGB value is (147,115,42). Sum of RGB (Red+Green+Blue) = 147+115+42=304 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.36% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 147 - color contains mainly: red. Hex color #93732A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93732A is #6C8CD5. Grayscale: #747474. Windows color (decimal): -7113942 or 2782099. OLE color: 2782099.

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

Color convert

RGB14711542-
CMYK00.220.710.42
HSL41.71º55.56%37.06%-
HSV(B)41.71º71.43%57.65%-
XYZ18.5818.634.81-
YUV116.2586.1149.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.36%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=48.36%
G=37.83%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.71
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471154200.220.710.4241.7155.5637.06
Hex93732A016472A2a3825
Octal2231635202610752527045
Binary1001001111100111010100101101000111101010101010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93732a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93732a; }

 p { color: rgb(147,115,42); }

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

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

 a { background-color: rgb(147,115,42); }

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

<style>
 span { border-color: #93732a; }

 span { border-color: rgb(147,115,42); }

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