#8B692F

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

Shades of Corn Harvest #8B692F

Tints of Corn Harvest #8B692F

Color information

#8B692F (or 0x8B692F) is unknown color: approx Corn Harvest. HEX triplet: 8B, 69 and 2F. RGB value is (139,105,47). Sum of RGB (Red+Green+Blue) = 139+105+47=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B692F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B692F is #7496D0. Grayscale: #6C6C6C. Windows color (decimal): -7640785 or 3107211. OLE color: 3107211.

HSL color Cylindrical-coordinate representation of color #8B692F: hue angle of 37.83º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B692F is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB13910547-
CMYK00.240.660.45
HSL37.83º49.46%36.47%-
HSV(B)37.83º66.19%54.51%-
XYZ16.2115.84.88-
YUV108.5593.26149.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 47 (18.75% from 255) = 16.15%
R=47.77%
G=36.08%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391054700.240.660.4537.8349.4636.47
Hex8B692F018422D263124
Octal2131515703010255466144
Binary1000101111010011011110110001000010101101100110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B692F; }

 p { color: rgb(139,105,47); }

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

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

 a { background-color: rgb(139,105,47); }

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

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

 span { border-color: rgb(139,105,47); }

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