Html Css Color HEX #957029 Corn Harvest

📋 copy color: '#957029'

red 149 ◦ green 112 ◦ blue 41

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

Shades of Corn Harvest #957029

Tints of Corn Harvest #957029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 49.34%
G = 37.09%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#957029 (or 0x957029) is known color: Corn Harvest. HEX triplet: 95, 70 and 29. RGB value is (149,112,41). Sum of RGB (Red+Green+Blue) = 149+112+41=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #957029 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957029 is #6A8FD6. Grayscale: #737373. Windows color (decimal): -6983639 or 2715797. OLE color: 2715797.

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

Color convert

RGB 149 112 41 -
CMYK 0 0.25 0.72 0.42
HSL 39.44º 0.57% 0.37% -
HSV(B) 39.44º 0.72% 0.58% -
XYZ 18.59 18.14 4.62 -
YUV 114.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 149 112 41 0 0.25 0.72 0.42 39.44 0.57 0.37
Hex 95 70 29 0 19 48 2A 27 39 25
Octal 225 160 51 0 31 110 52 47 71 45
Binary 10010101 1110000 101001 0 11001 1001000 101010 100111 111001 100101

Color Harmonies of #957029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957029

Black with #957029

Text Example


Text Example

White with #957029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957029; }

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

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

background-color css

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

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

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

border-color css

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

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

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