Html Css Color HEX #956F29 Corn Harvest

📋 copy color: '#956F29'

red 149 ◦ green 111 ◦ blue 41

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

Shades of Corn Harvest #956F29

Tints of Corn Harvest #956F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.88%

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

R = 49.5%
G = 36.88%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#956F29 (or 0x956F29) is known color: Corn Harvest. HEX triplet: 95, 6F and 29. RGB value is (149,111,41). Sum of RGB (Red+Green+Blue) = 149+111+41=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 41 (16.41% from 255 or 13.62% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #956F29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F29 is #6A90D6. Grayscale: #727272. Windows color (decimal): -6983895 or 2715541. OLE color: 2715541.

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

Color convert

RGB 149 111 41 -
CMYK 0 0.26 0.72 0.42
HSL 38.89º 0.57% 0.37% -
HSV(B) 38.89º 0.72% 0.58% -
XYZ 18.48 17.92 4.58 -
YUV 114.38 86.59 152.69 -
System Red Green Blue C M Y K H S L
Decimal 149 111 41 0 0.26 0.72 0.42 38.89 0.57 0.37
Hex 95 6F 29 0 1A 48 2A 27 39 25
Octal 225 157 51 0 32 110 52 47 71 45
Binary 10010101 1101111 101001 0 11010 1001000 101010 100111 111001 100101

Color Harmonies of #956F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956F29

Black with #956F29

Text Example


Text Example

White with #956F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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