#816F39

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

Shades of Corn Harvest #816F39

Tints of Corn Harvest #816F39

Color information

#816F39 (or 0x816F39) is unknown color: approx Corn Harvest. HEX triplet: 81, 6F and 39. RGB value is (129,111,57). Sum of RGB (Red+Green+Blue) = 129+111+57=297 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.43% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 129 - color contains mainly: red. Hex color #816F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F39 is #7E90C6. Grayscale: #6E6E6E. Windows color (decimal): -8294599 or 3764097. OLE color: 3764097.

HSL color Cylindrical-coordinate representation of color #816F39: hue angle of 45º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #816F39 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB12911157-
CMYK00.140.560.49
HSL45º38.71%36.47%-
HSV(B)45º55.81%50.59%-
XYZ15.4816.336.21-
YUV110.2397.96141.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.43%
GREEN value IS 111 (43.75% from 255) = 37.37%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=43.43%
G=37.37%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291115700.140.560.494538.7136.47
Hex816F390E38312d2724
Octal201157710167061554744
Binary10000001110111111100101110111000110001101101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816F39; }

 p { color: rgb(129,111,57); }

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

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

 a { background-color: rgb(129,111,57); }

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

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

 span { border-color: rgb(129,111,57); }

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