#956E29

Color #956E29 Corn Harvest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Harvest #956E29

Tints of Corn Harvest #956E29

Color information

#956E29 (or 0x956E29) is unknown color: approx Corn Harvest. HEX triplet: 95, 6E and 29. RGB value is (149,110,41). Sum of RGB (Red+Green+Blue) = 149+110+41=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #956E29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956E29 is #6A91D6. Grayscale: #727272. Windows color (decimal): -6984151 or 2715285. OLE color: 2715285.

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

Color convert

RGB14911041-
CMYK00.260.720.42
HSL38.33º56.84%37.25%-
HSV(B)38.33º72.48%58.43%-
XYZ18.3717.74.55-
YUV113.7986.92153.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 49.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=49.67%
G=36.67%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491104100.260.720.4238.3356.8437.25
Hex956E2901A482A263925
Octal2251565103211052467145
Binary1001010111011101010010110101001000101010100110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #956E29;
 }
 .AnyTagClassName
 {
   color: #956E29;
 }
</style>
background-color css

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

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

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

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

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

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