Html Css Color HEX #947328 Corn Harvest

📋 copy color: '#947328'

red 148 ◦ green 115 ◦ blue 40

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

Shades of Corn Harvest #947328

Tints of Corn Harvest #947328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 48.84%
G = 37.95%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#947328 (or 0x947328) is known color: Corn Harvest. HEX triplet: 94, 73 and 28. RGB value is (148,115,40). Sum of RGB (Red+Green+Blue) = 148+115+40=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #947328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947328 is #6B8CD7. Grayscale: #747474. Windows color (decimal): -7048408 or 2651028. OLE color: 2651028.

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

Color convert

RGB 148 115 40 -
CMYK 0 0.22 0.73 0.42
HSL 41.67º 0.57% 0.37% -
HSV(B) 41.67º 0.73% 0.58% -
XYZ 18.73 18.71 4.63 -
YUV 116.32 84.93 150.6 -
System Red Green Blue C M Y K H S L
Decimal 148 115 40 0 0.22 0.73 0.42 41.67 0.57 0.37
Hex 94 73 28 0 16 49 2A 2A 39 25
Octal 224 163 50 0 26 111 52 52 71 45
Binary 10010100 1110011 101000 0 10110 1001001 101010 101010 111001 100101

Color Harmonies of #947328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947328

Black with #947328

Text Example


Text Example

White with #947328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947328; }

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

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

background-color css

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

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

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

border-color css

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

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

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