Html Css Color HEX #947331 Corn Harvest

📋 copy color: '#947331'

red 148 ◦ green 115 ◦ blue 49

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

Shades of Corn Harvest #947331

Tints of Corn Harvest #947331

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.86%

 BLUE value IS 49 (19.53% from 255) = 15.71%

R = 47.44%
G = 36.86%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#947331 (or 0x947331) is known color: Corn Harvest. HEX triplet: 94, 73 and 31. RGB value is (148,115,49). Sum of RGB (Red+Green+Blue) = 148+115+49=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 115 (45.31% from 255 or 36.86% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #947331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947331 is #6B8CCE. Grayscale: #757575. Windows color (decimal): -7048399 or 3240852. OLE color: 3240852.

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

Color convert

RGB 148 115 49 -
CMYK 0 0.22 0.67 0.42
HSL 40º 0.5% 0.39% -
HSV(B) 40º 0.67% 0.58% -
XYZ 18.9 18.78 5.53 -
YUV 117.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 148 115 49 0 0.22 0.67 0.42 40 0.5 0.39
Hex 94 73 31 0 16 43 2A 28 32 27
Octal 224 163 61 0 26 103 52 50 62 47
Binary 10010100 1110011 110001 0 10110 1000011 101010 101000 110010 100111

Color Harmonies of #947331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947331

Black with #947331

Text Example


Text Example

White with #947331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947331; }

 p { color: rgb(148,115,49); }

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

background-color css

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

 a { background-color: rgb(148,115,49); }

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

border-color css

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

 span { border-color: rgb(148,115,49); }

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