#8B6C32

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

Shades of Corn Harvest #8B6C32

Tints of Corn Harvest #8B6C32

Color information

#8B6C32 (or 0x8B6C32) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6C and 32. RGB value is (139,108,50). Sum of RGB (Red+Green+Blue) = 139+108+50=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6C32 is #7493CD. Grayscale: #6E6E6E. Windows color (decimal): -7640014 or 3304587. OLE color: 3304587.

HSL color Cylindrical-coordinate representation of color #8B6C32: hue angle of 39.1º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B6C32 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB13910850-
CMYK00.220.640.45
HSL39.1º47.09%37.06%-
HSV(B)39.1º64.03%54.51%-
XYZ16.5916.445.32-
YUV110.6693.77148.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 108 (42.58% from 255) = 36.36%
BLUE value IS 50 (19.92% from 255) = 16.84%
R=46.80%
G=36.36%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391085000.220.640.4539.147.0937.06
Hex8B6C32016402D272f25
Octal2131546202610055475745
Binary1000101111011001100100101101000000101101100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,50); }

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

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

 a { background-color: rgb(139,108,50); }

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

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

 span { border-color: rgb(139,108,50); }

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