Html Css Color HEX #856E2E Corn Harvest

📋 copy color: '#856E2E'

red 133 ◦ green 110 ◦ blue 46

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

Shades of Corn Harvest #856E2E

Tints of Corn Harvest #856E2E

RGB

 RED value IS 133 (52.34% from 255) = 46.02%

 GREEN value IS 110 (43.36% from 255) = 38.06%

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 46.02%
G = 38.06%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#856E2E (or 0x856E2E) is known color: Corn Harvest. HEX triplet: 85, 6E and 2E. RGB value is (133,110,46). Sum of RGB (Red+Green+Blue) = 133+110+46=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #856E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856E2E is #7A91D1. Grayscale: #6D6D6D. Windows color (decimal): -8032722 or 3042949. OLE color: 3042949.

HSL color Cylindrical-coordinate representation of color #856E2E: hue angle of 44.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #856E2E is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 110 46 -
CMYK 0 0.17 0.65 0.48
HSL 44.14º 0.49% 0.35% -
HSV(B) 44.14º 0.65% 0.52% -
XYZ 15.74 16.34 4.91 -
YUV 109.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 133 110 46 0 0.17 0.65 0.48 44.14 0.49 0.35
Hex 85 6E 2E 0 11 41 30 2C 31 23
Octal 205 156 56 0 21 101 60 54 61 43
Binary 10000101 1101110 101110 0 10001 1000001 110000 101100 110001 100011

Color Harmonies of #856E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856E2E

Black with #856E2E

Text Example


Text Example

White with #856E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856E2E; }

 p { color: rgb(133,110,46); }

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

background-color css

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

 a { background-color: rgb(133,110,46); }

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

border-color css

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

 span { border-color: rgb(133,110,46); }

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