#946F21

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

Shades of Corn Harvest #946F21

Tints of Corn Harvest #946F21

Color information

#946F21 (or 0x946F21) is unknown color: approx Corn Harvest. HEX triplet: 94, 6F and 21. RGB value is (148,111,33). Sum of RGB (Red+Green+Blue) = 148+111+33=292 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.68% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 148 - color contains mainly: red. Hex color #946F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946F21 is #6B90DE. Grayscale: #717171. Windows color (decimal): -7049439 or 2191252. OLE color: 2191252.

HSL color Cylindrical-coordinate representation of color #946F21: hue angle of 40.7º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #946F21 is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB14811133-
CMYK00.250.780.42
HSL40.7º63.54%35.49%-
HSV(B)40.7º77.7%58.04%-
XYZ18.1717.773.91-
YUV113.1782.76152.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.68%
GREEN value IS 111 (43.75% from 255) = 38.01%
BLUE value IS 33 (13.28% from 255) = 11.30%
R=50.68%
G=38.01%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481113300.250.780.4240.763.5435.49
Hex946F210194E2A294023
Octal22415741031116525110043
Binary10010100110111110000101100110011101010101010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946F21; }

 p { color: rgb(148,111,33); }

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

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

 a { background-color: rgb(148,111,33); }

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

<style>
 span { border-color: #946F21; }

 span { border-color: rgb(148,111,33); }

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