#916D29

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

Shades of Corn Harvest #916D29

Tints of Corn Harvest #916D29

Color information

#916D29 (or 0x916D29) is unknown color: approx Corn Harvest. HEX triplet: 91, 6D and 29. RGB value is (145,109,41). Sum of RGB (Red+Green+Blue) = 145+109+41=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #916D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916D29 is #6E92D6. Grayscale: #707070. Windows color (decimal): -7246551 or 2715025. OLE color: 2715025.

HSL color Cylindrical-coordinate representation of color #916D29: hue angle of 39.23º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #916D29 is Cyan = 0, Magento = 0.25, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB14510941-
CMYK00.250.720.43
HSL39.23º55.91%36.47%-
HSV(B)39.23º71.72%56.86%-
XYZ17.5517.124.48-
YUV112.0187.93151.53-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 49.15%
GREEN value IS 109 (42.97% from 255) = 36.95%
BLUE value IS 41 (16.41% from 255) = 13.90%
R=49.15%
G=36.95%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.72
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451094100.250.720.4339.2355.9136.47
Hex916D29019482B273824
Octal2211555103111053477044
Binary1001000111011011010010110011001000101011100111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916D29; }

 p { color: rgb(145,109,41); }

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

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

 a { background-color: rgb(145,109,41); }

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

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

 span { border-color: rgb(145,109,41); }

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