#8A6C35

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

Shades of Corn Harvest #8A6C35

Tints of Corn Harvest #8A6C35

Color information

#8A6C35 (or 0x8A6C35) is unknown color: approx Corn Harvest. HEX triplet: 8A, 6C and 35. RGB value is (138,108,53). Sum of RGB (Red+Green+Blue) = 138+108+53=299 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.15% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A6C35 is #7593CA. Grayscale: #6E6E6E. Windows color (decimal): -7705547 or 3501194. OLE color: 3501194.

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

Color convert

RGB13810853-
CMYK00.220.620.46
HSL38.82º44.5%37.45%-
HSV(B)38.82º61.59%54.12%-
XYZ16.4916.395.66-
YUV110.795.44147.47-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.15%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 53 (21.09% from 255) = 17.73%
R=46.15%
G=36.12%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381085300.220.620.4638.8244.537.45
Hex8A6C350163E2E272d25
Octal212154650267656475545
Binary100010101101100110101010110111110101110100111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,108,53); }

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

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

 a { background-color: rgb(138,108,53); }

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

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

 span { border-color: rgb(138,108,53); }

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