#8B6B27

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

Shades of Corn Harvest #8B6B27

Tints of Corn Harvest #8B6B27

Color information

#8B6B27 (or 0x8B6B27) is unknown color: approx Corn Harvest. HEX triplet: 8B, 6B and 27. RGB value is (139,107,39). Sum of RGB (Red+Green+Blue) = 139+107+39=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 107 (42.19% from 255 or 37.54% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B27 is #7494D8. Grayscale: #6D6D6D. Windows color (decimal): -7640281 or 2583435. OLE color: 2583435.

HSL color Cylindrical-coordinate representation of color #8B6B27: hue angle of 40.8º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B6B27 is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB13910739-
CMYK00.230.720.45
HSL40.8º56.18%34.9%-
HSV(B)40.8º71.94%54.51%-
XYZ16.2716.154.18-
YUV108.8288.6149.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 107 (42.19% from 255) = 37.54%
BLUE value IS 39 (15.62% from 255) = 13.68%
R=48.77%
G=37.54%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391073900.230.720.4540.856.1834.9
Hex8B6B27017482D293823
Octal2131534702711055517043
Binary1000101111010111001110101111001000101101101001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,39); }

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

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

 a { background-color: rgb(139,107,39); }

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

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

 span { border-color: rgb(139,107,39); }

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