#947A2D

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

Shades of Corn Harvest #947A2D

Tints of Corn Harvest #947A2D

Color information

#947A2D (or 0x947A2D) is unknown color: approx Corn Harvest. HEX triplet: 94, 7A and 2D. RGB value is (148,122,45). Sum of RGB (Red+Green+Blue) = 148+122+45=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 122 (48.05% from 255 or 38.73% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #947A2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A2D is #6B85D2. Grayscale: #797979. Windows color (decimal): -7046611 or 2980500. OLE color: 2980500.

HSL color Cylindrical-coordinate representation of color #947A2D: hue angle of 44.85º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #947A2D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB14812245-
CMYK00.180.700.42
HSL44.85º53.37%37.84%-
HSV(B)44.85º69.59%58.04%-
XYZ19.6520.45.39-
YUV12185.11147.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 122 (48.05% from 255) = 38.73%
BLUE value IS 45 (17.97% from 255) = 14.29%
R=46.98%
G=38.73%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481224500.180.700.4244.8553.3737.84
Hex947A2D012462A2d3526
Octal2241725502210652556546
Binary1001010011110101011010100101000110101010101101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #947A2D; }

 p { color: rgb(148,122,45); }

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

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

 a { background-color: rgb(148,122,45); }

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

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

 span { border-color: rgb(148,122,45); }

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