Html Css Color HEX #947429 Corn Harvest

📋 copy color: '#947429'

red 148 ◦ green 116 ◦ blue 41

#947429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #947429

Tints of Corn Harvest #947429

RGB

 RED value IS 148 (58.2% from 255) = 48.52%

 GREEN value IS 116 (45.7% from 255) = 38.03%

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 48.52%
G = 38.03%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#947429 (or 0x947429) is known color: Corn Harvest. HEX triplet: 94, 74 and 29. RGB value is (148,116,41). Sum of RGB (Red+Green+Blue) = 148+116+41=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #947429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947429 is #6B8BD6. Grayscale: #757575. Windows color (decimal): -7048151 or 2716820. OLE color: 2716820.

HSL color Cylindrical-coordinate representation of color #947429: hue angle of 42.06º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #947429 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 116 41 -
CMYK 0 0.22 0.72 0.42
HSL 42.06º 0.57% 0.37% -
HSV(B) 42.06º 0.72% 0.58% -
XYZ 18.86 18.95 4.76 -
YUV 117.02 85.1 150.1 -
System Red Green Blue C M Y K H S L
Decimal 148 116 41 0 0.22 0.72 0.42 42.06 0.57 0.37
Hex 94 74 29 0 16 48 2A 2A 39 25
Octal 224 164 51 0 26 110 52 52 71 45
Binary 10010100 1110100 101001 0 10110 1001000 101010 101010 111001 100101

Color Harmonies of #947429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947429

Black with #947429

Text Example


Text Example

White with #947429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947429; }

 p { color: rgb(148,116,41); }

 H1.HeaderClassName
 {
   color: #947429;
 }
 .AnyTagClassName
 {
   color: #947429;
 }
</style>

background-color css

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

 a { background-color: rgb(148,116,41); }

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

border-color css

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

 span { border-color: rgb(148,116,41); }

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