Html Css Color HEX #947221 Corn Harvest

📋 copy color: '#947221'

red 148 ◦ green 114 ◦ blue 33

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

Shades of Corn Harvest #947221

Tints of Corn Harvest #947221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.64%

 BLUE value IS 33 (13.28% from 255) = 11.19%

R = 50.17%
G = 38.64%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947221 (or 0x947221) is known color: Corn Harvest. HEX triplet: 94, 72 and 21. RGB value is (148,114,33). Sum of RGB (Red+Green+Blue) = 148+114+33=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #947221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947221 is #6B8DDE. Grayscale: #737373. Windows color (decimal): -7048671 or 2192020. OLE color: 2192020.

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

Color convert

RGB 148 114 33 -
CMYK 0 0.23 0.78 0.42
HSL 42.26º 0.64% 0.35% -
HSV(B) 42.26º 0.78% 0.58% -
XYZ 18.5 18.44 4.02 -
YUV 114.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 148 114 33 0 0.23 0.78 0.42 42.26 0.64 0.35
Hex 94 72 21 0 17 4E 2A 2A 40 23
Octal 224 162 41 0 27 116 52 52 100 43
Binary 10010100 1110010 100001 0 10111 1001110 101010 101010 1000000 100011

Color Harmonies of #947221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947221

Black with #947221

Text Example


Text Example

White with #947221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947221; }

 p { color: rgb(148,114,33); }

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

background-color css

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

 a { background-color: rgb(148,114,33); }

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

border-color css

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

 span { border-color: rgb(148,114,33); }

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