#94721B

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

Shades of Corn Harvest #94721B

Tints of Corn Harvest #94721B

Color information

#94721B (or 0x94721B) is unknown color: approx Corn Harvest. HEX triplet: 94, 72 and 1B. RGB value is (148,114,27). Sum of RGB (Red+Green+Blue) = 148+114+27=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94721B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94721B is #6B8DE4. Grayscale: #727272. Windows color (decimal): -7048677 or 1798804. OLE color: 1798804.

HSL color Cylindrical-coordinate representation of color #94721B: hue angle of 43.14º degrees, saturation: 0.69, 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 #94721B is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB14811427-
CMYK00.230.820.42
HSL43.14º69.14%34.31%-
HSV(B)43.14º81.76%58.04%-
XYZ18.4318.413.62-
YUV114.2578.76152.07-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.21%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 27 (10.94% from 255) = 9.34%
R=51.21%
G=39.45%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481142700.230.820.4243.1469.1434.31
Hex94721B017522A2b4522
Octal22416233027122525310542
Binary1001010011100101101101011110100101010101010111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94721B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,114,27); }

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

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

 a { background-color: rgb(148,114,27); }

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

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

 span { border-color: rgb(148,114,27); }

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