Html Css Color HEX #947021 Corn Harvest

📋 copy color: '#947021'

red 148 ◦ green 112 ◦ blue 33

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

Shades of Corn Harvest #947021

Tints of Corn Harvest #947021

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.23%

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

R = 50.51%
G = 38.23%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#947021 (or 0x947021) is known color: Corn Harvest. HEX triplet: 94, 70 and 21. RGB value is (148,112,33). Sum of RGB (Red+Green+Blue) = 148+112+33=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #947021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947021 is #6B8FDE. Grayscale: #727272. Windows color (decimal): -7049183 or 2191508. OLE color: 2191508.

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

Color convert

RGB 148 112 33 -
CMYK 0 0.24 0.78 0.42
HSL 41.22º 0.64% 0.35% -
HSV(B) 41.22º 0.78% 0.58% -
XYZ 18.28 17.99 3.95 -
YUV 113.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 148 112 33 0 0.24 0.78 0.42 41.22 0.64 0.35
Hex 94 70 21 0 18 4E 2A 29 40 23
Octal 224 160 41 0 30 116 52 51 100 43
Binary 10010100 1110000 100001 0 11000 1001110 101010 101001 1000000 100011

Color Harmonies of #947021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947021

Black with #947021

Text Example


Text Example

White with #947021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947021; }

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

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

background-color css

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

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

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

border-color css

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

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

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