Html Css Color HEX #867127 Corn Harvest

📋 copy color: '#867127'

red 134 ◦ green 113 ◦ blue 39

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

Shades of Corn Harvest #867127

Tints of Corn Harvest #867127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 46.85%
G = 39.51%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#867127 (or 0x867127) is known color: Corn Harvest. HEX triplet: 86, 71 and 27. RGB value is (134,113,39). Sum of RGB (Red+Green+Blue) = 134+113+39=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #867127 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867127 is #798ED8. Grayscale: #6F6F6F. Windows color (decimal): -7966425 or 2584966. OLE color: 2584966.

HSL color Cylindrical-coordinate representation of color #867127: hue angle of 46.74º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #867127 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 113 39 -
CMYK 0 0.16 0.71 0.47
HSL 46.74º 0.55% 0.34% -
HSV(B) 46.74º 0.71% 0.53% -
XYZ 16.1 17.03 4.36 -
YUV 110.84 87.46 144.52 -
System Red Green Blue C M Y K H S L
Decimal 134 113 39 0 0.16 0.71 0.47 46.74 0.55 0.34
Hex 86 71 27 0 10 47 2F 2F 37 22
Octal 206 161 47 0 20 107 57 57 67 42
Binary 10000110 1110001 100111 0 10000 1000111 101111 101111 110111 100010

Color Harmonies of #867127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867127

Black with #867127

Text Example


Text Example

White with #867127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867127; }

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

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

background-color css

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

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

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

border-color css

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

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

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