#947526

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

Shades of Corn Harvest #947526

Tints of Corn Harvest #947526

Color information

#947526 (or 0x947526) is unknown color: approx Corn Harvest. HEX triplet: 94, 75 and 26. RGB value is (148,117,38). Sum of RGB (Red+Green+Blue) = 148+117+38=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #947526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947526 is #6B8AD9. Grayscale: #757575. Windows color (decimal): -7047898 or 2520468. OLE color: 2520468.

HSL color Cylindrical-coordinate representation of color #947526: hue angle of 43.09º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #947526 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB14811738-
CMYK00.210.740.42
HSL43.09º59.14%36.47%-
HSV(B)43.09º74.32%58.04%-
XYZ18.9219.164.53-
YUV117.2683.27149.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=48.84%
G=38.61%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481173800.210.740.4243.0959.1436.47
Hex9475260154A2A2b3b24
Octal2241654602511252537344
Binary1001010011101011001100101011001010101010101011111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947526; }

 p { color: rgb(148,117,38); }

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

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

 a { background-color: rgb(148,117,38); }

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

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

 span { border-color: rgb(148,117,38); }

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