Html Css Color HEX #947531 Corn Harvest

📋 copy color: '#947531'

red 148 ◦ green 117 ◦ blue 49

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

Shades of Corn Harvest #947531

Tints of Corn Harvest #947531

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 47.13%
G = 37.26%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#947531 (or 0x947531) is known color: Corn Harvest. HEX triplet: 94, 75 and 31. RGB value is (148,117,49). Sum of RGB (Red+Green+Blue) = 148+117+49=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #947531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947531 is #6B8ACE. Grayscale: #767676. Windows color (decimal): -7047887 or 3241364. OLE color: 3241364.

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

Color convert

RGB 148 117 49 -
CMYK 0 0.21 0.67 0.42
HSL 41.21º 0.5% 0.39% -
HSV(B) 41.21º 0.67% 0.58% -
XYZ 19.13 19.24 5.61 -
YUV 118.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 148 117 49 0 0.21 0.67 0.42 41.21 0.5 0.39
Hex 94 75 31 0 15 43 2A 29 32 27
Octal 224 165 61 0 25 103 52 51 62 47
Binary 10010100 1110101 110001 0 10101 1000011 101010 101001 110010 100111

Color Harmonies of #947531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947531

Black with #947531

Text Example


Text Example

White with #947531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947531; }

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

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

background-color css

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

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

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

border-color css

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

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

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