#8B7038

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

Shades of Corn Harvest #8B7038

Tints of Corn Harvest #8B7038

Color information

#8B7038 (or 0x8B7038) is unknown color: approx Corn Harvest. HEX triplet: 8B, 70 and 38. RGB value is (139,112,56). Sum of RGB (Red+Green+Blue) = 139+112+56=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7038 is #748FC7. Grayscale: #717171. Windows color (decimal): -7638984 or 3698827. OLE color: 3698827.

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

Color convert

RGB13911256-
CMYK00.190.600.45
HSL40.48º42.56%38.24%-
HSV(B)40.48º59.71%54.51%-
XYZ17.1617.366.19-
YUV113.6995.45146.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=45.28%
G=36.48%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391125600.190.600.4540.4842.5638.24
Hex8B70380133C2D282b26
Octal213160700237455505346
Binary100010111110000111000010011111100101101101000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,112,56); }

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

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

 a { background-color: rgb(139,112,56); }

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

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

 span { border-color: rgb(139,112,56); }

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