Html Css Color HEX #947529 Corn Harvest

📋 copy color: '#947529'

red 148 ◦ green 117 ◦ blue 41

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

Shades of Corn Harvest #947529

Tints of Corn Harvest #947529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 48.37%
G = 38.24%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#947529 (or 0x947529) is known color: Corn Harvest. HEX triplet: 94, 75 and 29. RGB value is (148,117,41). Sum of RGB (Red+Green+Blue) = 148+117+41=306 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.37% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 148 - color contains mainly: red. Hex color #947529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947529 is #6B8AD6. Grayscale: #757575. Windows color (decimal): -7047895 or 2717076. OLE color: 2717076.

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

Color convert

RGB 148 117 41 -
CMYK 0 0.21 0.72 0.42
HSL 42.62º 0.57% 0.37% -
HSV(B) 42.62º 0.72% 0.58% -
XYZ 18.97 19.18 4.8 -
YUV 117.61 84.77 149.68 -
System Red Green Blue C M Y K H S L
Decimal 148 117 41 0 0.21 0.72 0.42 42.62 0.57 0.37
Hex 94 75 29 0 15 48 2A 2B 39 25
Octal 224 165 51 0 25 110 52 53 71 45
Binary 10010100 1110101 101001 0 10101 1001000 101010 101011 111001 100101

Color Harmonies of #947529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947529

Black with #947529

Text Example


Text Example

White with #947529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947529; }

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

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

background-color css

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

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

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

border-color css

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

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

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