#867238

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

Shades of Corn Harvest #867238

Tints of Corn Harvest #867238

Color information

#867238 (or 0x867238) is unknown color: approx Corn Harvest. HEX triplet: 86, 72 and 38. RGB value is (134,114,56). Sum of RGB (Red+Green+Blue) = 134+114+56=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #867238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867238 is #798DC7. Grayscale: #717171. Windows color (decimal): -7966152 or 3699334. OLE color: 3699334.

HSL color Cylindrical-coordinate representation of color #867238: hue angle of 44.62º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #867238 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB13411456-
CMYK00.150.580.47
HSL44.62º41.05%37.25%-
HSV(B)44.62º58.21%52.55%-
XYZ16.5617.396.22-
YUV113.3795.63142.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.08%
GREEN value IS 114 (44.92% from 255) = 37.5%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=44.08%
G=37.5%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341145600.150.580.4744.6241.0537.25
Hex8672380F3A2F2d2925
Octal206162700177257555145
Binary10000110111001011100001111111010101111101101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867238; }

 p { color: rgb(134,114,56); }

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

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

 a { background-color: rgb(134,114,56); }

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

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

 span { border-color: rgb(134,114,56); }

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