Html Css Color HEX #947C3C Corn Harvest

📋 copy color: '#947C3C'

red 148 ◦ green 124 ◦ blue 60

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

Shades of Corn Harvest #947C3C

Tints of Corn Harvest #947C3C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.35%

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 44.58%
G = 37.35%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#947C3C (or 0x947C3C) is known color: Corn Harvest. HEX triplet: 94, 7C and 3C. RGB value is (148,124,60). Sum of RGB (Red+Green+Blue) = 148+124+60=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #947C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947C3C is #6B83C3. Grayscale: #7C7C7C. Windows color (decimal): -7046084 or 3964052. OLE color: 3964052.

HSL color Cylindrical-coordinate representation of color #947C3C: hue angle of 43.64º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #947C3C is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 124 60 -
CMYK 0 0.16 0.59 0.42
HSL 43.64º 0.42% 0.41% -
HSV(B) 43.64º 0.59% 0.58% -
XYZ 20.24 21.04 7.27 -
YUV 123.88 91.95 145.2 -
System Red Green Blue C M Y K H S L
Decimal 148 124 60 0 0.16 0.59 0.42 43.64 0.42 0.41
Hex 94 7C 3C 0 10 3B 2A 2C 2A 29
Octal 224 174 74 0 20 73 52 54 52 51
Binary 10010100 1111100 111100 0 10000 111011 101010 101100 101010 101001

Color Harmonies of #947C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947C3C

Black with #947C3C

Text Example


Text Example

White with #947C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947C3C; }

 p { color: rgb(148,124,60); }

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

background-color css

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

 a { background-color: rgb(148,124,60); }

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

border-color css

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

 span { border-color: rgb(148,124,60); }

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