Html Css Color HEX #947620 Corn Harvest

📋 copy color: '#947620'

red 148 ◦ green 118 ◦ blue 32

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

Shades of Corn Harvest #947620

Tints of Corn Harvest #947620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.6%

 BLUE value IS 32 (12.89% from 255) = 10.74%

R = 49.66%
G = 39.6%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947620 (or 0x947620) is known color: Corn Harvest. HEX triplet: 94, 76 and 20. RGB value is (148,118,32). Sum of RGB (Red+Green+Blue) = 148+118+32=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #947620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947620 is #6B89DF. Grayscale: #757575. Windows color (decimal): -7047648 or 2127508. OLE color: 2127508.

HSL color Cylindrical-coordinate representation of color #947620: hue angle of 44.48º 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 #947620 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 118 32 -
CMYK 0 0.20 0.78 0.42
HSL 44.48º 0.64% 0.35% -
HSV(B) 44.48º 0.78% 0.58% -
XYZ 18.95 19.36 4.1 -
YUV 117.17 79.94 149.99 -
System Red Green Blue C M Y K H S L
Decimal 148 118 32 0 0.20 0.78 0.42 44.48 0.64 0.35
Hex 94 76 20 0 14 4E 2A 2C 40 23
Octal 224 166 40 0 24 116 52 54 100 43
Binary 10010100 1110110 100000 0 10100 1001110 101010 101100 1000000 100011

Color Harmonies of #947620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947620

Black with #947620

Text Example


Text Example

White with #947620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947620; }

 p { color: rgb(148,118,32); }

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

background-color css

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

 a { background-color: rgb(148,118,32); }

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

border-color css

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

 span { border-color: rgb(148,118,32); }

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