#8B7A35

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

Shades of Corn Harvest #8B7A35

Tints of Corn Harvest #8B7A35

Color information

#8B7A35 (or 0x8B7A35) is unknown color: approx Corn Harvest. HEX triplet: 8B, 7A and 35. RGB value is (139,122,53). Sum of RGB (Red+Green+Blue) = 139+122+53=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7A35 is #7485CA. Grayscale: #777777. Windows color (decimal): -7636427 or 3504779. OLE color: 3504779.

HSL color Cylindrical-coordinate representation of color #8B7A35: hue angle of 48.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8B7A35 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB13912253-
CMYK00.120.620.45
HSL48.14º44.79%37.65%-
HSV(B)48.14º61.87%54.51%-
XYZ18.2519.676.2-
YUV119.2290.63142.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.27%
GREEN value IS 122 (48.05% from 255) = 38.85%
BLUE value IS 53 (21.09% from 255) = 16.88%
R=44.27%
G=38.85%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391225300.120.620.4548.1444.7937.65
Hex8B7A350C3E2D302d26
Octal213172650147655605546
Binary10001011111101011010101100111110101101110000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,53); }

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

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

 a { background-color: rgb(139,122,53); }

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

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

 span { border-color: rgb(139,122,53); }

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