#8B7827

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

Shades of Corn Harvest #8B7827

Tints of Corn Harvest #8B7827

Color information

#8B7827 (or 0x8B7827) is unknown color: approx Corn Harvest. HEX triplet: 8B, 78 and 27. RGB value is (139,120,39). Sum of RGB (Red+Green+Blue) = 139+120+39=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 39 (15.62% from 255 or 13.09% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7827 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7827 is #7487D8. Grayscale: #747474. Windows color (decimal): -7636953 or 2586763. OLE color: 2586763.

HSL color Cylindrical-coordinate representation of color #8B7827: hue angle of 48.6º 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 #8B7827 is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.45.

Color convert

RGB13912039-
CMYK00.140.720.45
HSL48.6º56.18%34.9%-
HSV(B)48.6º71.94%54.51%-
XYZ17.7319.074.67-
YUV116.4584.29144.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 39 (15.62% from 255) = 13.09%
R=46.64%
G=40.27%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391203900.140.720.4548.656.1834.9
Hex8B78270E482D313823
Octal2131704701611055617043
Binary100010111111000100111011101001000101101110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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