Html Css Color HEX #957129 Corn Harvest

📋 copy color: '#957129'

red 149 ◦ green 113 ◦ blue 41

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

Shades of Corn Harvest #957129

Tints of Corn Harvest #957129

RGB

 RED value IS 149 (58.59% from 255) = 49.17%

 GREEN value IS 113 (44.53% from 255) = 37.29%

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

R = 49.17%
G = 37.29%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#957129 (or 0x957129) is known color: Corn Harvest. HEX triplet: 95, 71 and 29. RGB value is (149,113,41). Sum of RGB (Red+Green+Blue) = 149+113+41=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 41 (16.41% from 255 or 13.53% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957129 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957129 is #6A8ED6. Grayscale: #737373. Windows color (decimal): -6983383 or 2716053. OLE color: 2716053.

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

Color convert

RGB 149 113 41 -
CMYK 0 0.24 0.72 0.42
HSL 40º 0.57% 0.37% -
HSV(B) 40º 0.72% 0.58% -
XYZ 18.7 18.36 4.66 -
YUV 115.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 149 113 41 0 0.24 0.72 0.42 40 0.57 0.37
Hex 95 71 29 0 18 48 2A 28 39 25
Octal 225 161 51 0 30 110 52 50 71 45
Binary 10010101 1110001 101001 0 11000 1001000 101010 101000 111001 100101

Color Harmonies of #957129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957129

Black with #957129

Text Example


Text Example

White with #957129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957129; }

 p { color: rgb(149,113,41); }

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

background-color css

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

 a { background-color: rgb(149,113,41); }

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

border-color css

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

 span { border-color: rgb(149,113,41); }

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