Html Css Color HEX #867138 Corn Harvest

📋 copy color: '#867138'

red 134 ◦ green 113 ◦ blue 56

#867138
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corn Harvest #867138

Tints of Corn Harvest #867138

RGB

 RED value IS 134 (52.73% from 255) = 44.22%

 GREEN value IS 113 (44.53% from 255) = 37.29%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 44.22%
G = 37.29%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#867138 (or 0x867138) is known color: Corn Harvest. HEX triplet: 86, 71 and 38. RGB value is (134,113,56). Sum of RGB (Red+Green+Blue) = 134+113+56=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #867138 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867138 is #798EC7. Grayscale: #717171. Windows color (decimal): -7966408 or 3699078. OLE color: 3699078.

HSL color Cylindrical-coordinate representation of color #867138: hue angle of 43.85º 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 #867138 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 56 -
CMYK 0 0.16 0.58 0.47
HSL 43.85º 0.41% 0.37% -
HSV(B) 43.85º 0.58% 0.53% -
XYZ 16.45 17.16 6.19 -
YUV 112.78 95.96 143.13 -
System Red Green Blue C M Y K H S L
Decimal 134 113 56 0 0.16 0.58 0.47 43.85 0.41 0.37
Hex 86 71 38 0 10 3A 2F 2C 29 25
Octal 206 161 70 0 20 72 57 54 51 45
Binary 10000110 1110001 111000 0 10000 111010 101111 101100 101001 100101

Color Harmonies of #867138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867138

Black with #867138

Text Example


Text Example

White with #867138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867138; }

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

 H1.HeaderClassName
 {
   color: #867138;
 }
 .AnyTagClassName
 {
   color: #867138;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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