#946A25

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

Shades of Corn Harvest #946A25

Tints of Corn Harvest #946A25

Color information

#946A25 (or 0x946A25) is unknown color: approx Corn Harvest. HEX triplet: 94, 6A and 25. RGB value is (148,106,37). Sum of RGB (Red+Green+Blue) = 148+106+37=291 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.86% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 148 - color contains mainly: red. Hex color #946A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #946A25 is #6B95DA. Grayscale: #6F6F6F. Windows color (decimal): -7050715 or 2452116. OLE color: 2452116.

HSL color Cylindrical-coordinate representation of color #946A25: hue angle of 37.3º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #946A25 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.42.

Color convert

RGB14810637-
CMYK00.280.750.42
HSL37.3º60%36.27%-
HSV(B)37.3º75%58.04%-
XYZ17.716.744.05-
YUV110.6986.41154.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.86%
GREEN value IS 106 (41.80% from 255) = 36.43%
BLUE value IS 37 (14.84% from 255) = 12.71%
R=50.86%
G=36.43%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.75
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481063700.280.750.4237.36036.27
Hex946A2501C4B2A253c24
Octal2241524503411352457444
Binary1001010011010101001010111001001011101010100101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,106,37); }

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

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

 a { background-color: rgb(148,106,37); }

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

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

 span { border-color: rgb(148,106,37); }

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